diff options
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 |