traceroute: cleanup and fixes for packet size calculations
[oweals/busybox.git] / networking / Config.src
index 27c604a31698483bbdc03592a0cf1ef33ab5b867..eb0536a7c9302bdae684411b83e4b0119261b517 100644 (file)
@@ -912,17 +912,9 @@ config FEATURE_TRACEROUTE_VERBOSE
          Add some verbosity to traceroute. This includes among other things
          hostnames and ICMP response types.
 
-config FEATURE_TRACEROUTE_SOURCE_ROUTE
-       bool "Enable loose source route"
-       default n
-       depends on TRACEROUTE
-       help
-         Add option to specify a loose source route gateway
-         (8 maximum).
-
 config FEATURE_TRACEROUTE_USE_ICMP
-       bool "Use ICMP instead of UDP"
-       default n
+       bool "Enable -I option (use ICMP instead of UDP)"
+       default y
        depends on TRACEROUTE
        help
          Add option -I to use ICMP ECHO instead of UDP datagrams.