aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorLeonid Lisovskiy <lly.dev@gmail.com>2009-11-23 06:20:09 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-23 06:20:09 +0100
commit4c06531d5e2b053b642cea6fc4e7bc91ea4cbd26 (patch)
treed652a32a9dcc9e1acaff57bf019211068db55cdc /networking/Config.in
parent0d56568654973a522bd005616b86d4dc8c833c81 (diff)
downloadbusybox-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.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 3d29622da..668823784 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