diff options
author | Leonid Lisovskiy | 2009-11-23 06:20:09 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-11-23 06:20:09 +0100 |
commit | 4c06531d5e2b053b642cea6fc4e7bc91ea4cbd26 (patch) | |
tree | d652a32a9dcc9e1acaff57bf019211068db55cdc /networking/Config.in | |
parent | 0d56568654973a522bd005616b86d4dc8c833c81 (diff) | |
download | busybox-4c06531d5e2b053b642cea6fc4e7bc91ea4cbd26.zip busybox-4c06531d5e2b053b642cea6fc4e7bc91ea4cbd26.tar.gz |
traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 3d29622..6688237 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -888,6 +888,13 @@ config TRACEROUTE help Utility to trace the route of IP packets. +config TRACEROUTE6 + bool "traceroute6" + default n + depends on FEATURE_IPV6 && TRACEROUTE + help + Utility to trace the route of IPv6 packets. + config FEATURE_TRACEROUTE_VERBOSE bool "Enable verbose output" default n |