diff options
author | Ron Yorston <rmy@pobox.com> | 2016-10-19 17:01:55 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-10-19 17:01:55 +0100 |
commit | 075814c60a316cfd088c88f26f75ab21b5850b98 (patch) | |
tree | f6e33ac693630827deb309faa5fa4931588db57d /networking/Config.src | |
parent | 977d65c1bbc57f5cdd0c8bfd67c8b5bb1cd390dd (diff) | |
parent | f37e1155aabde6bd95d267a8aec347cedccb8bc3 (diff) | |
download | busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.tar.gz busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.tar.bz2 busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.zip |
Merge branch busybox (up to "ash: comment out free(p) just before...")
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/networking/Config.src b/networking/Config.src index 27c604a31..eb0536a7c 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -912,17 +912,9 @@ config FEATURE_TRACEROUTE_VERBOSE | |||
912 | Add some verbosity to traceroute. This includes among other things | 912 | Add some verbosity to traceroute. This includes among other things |
913 | hostnames and ICMP response types. | 913 | hostnames and ICMP response types. |
914 | 914 | ||
915 | config FEATURE_TRACEROUTE_SOURCE_ROUTE | ||
916 | bool "Enable loose source route" | ||
917 | default n | ||
918 | depends on TRACEROUTE | ||
919 | help | ||
920 | Add option to specify a loose source route gateway | ||
921 | (8 maximum). | ||
922 | |||
923 | config FEATURE_TRACEROUTE_USE_ICMP | 915 | config FEATURE_TRACEROUTE_USE_ICMP |
924 | bool "Use ICMP instead of UDP" | 916 | bool "Enable -I option (use ICMP instead of UDP)" |
925 | default n | 917 | default y |
926 | depends on TRACEROUTE | 918 | depends on TRACEROUTE |
927 | help | 919 | help |
928 | Add option -I to use ICMP ECHO instead of UDP datagrams. | 920 | Add option -I to use ICMP ECHO instead of UDP datagrams. |