aboutsummaryrefslogtreecommitdiff
path: root/configs/android2_defconfig
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-09-28 18:39:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-09-28 18:44:48 +0200
commit1c32e49bdf74dfe47cae108d06702996ead052f0 (patch)
tree129680cd72ef41bb9a64a3ca0edd2634cf430d1c /configs/android2_defconfig
parent61fcc8c78174f92fbdad0a7f86b5086619b05ed9 (diff)
downloadbusybox-1c32e49bdf74dfe47cae108d06702996ead052f0.tar.gz
traceroute: cleanup and fixes for packet size calculations
Remove FEATURE_TRACEROUTE_SOURCE_ROUTE: it's off by default, and source routing is not used in real world. Tested that "traceroute -n ::1 100" and "traceroute -n 127.0.0.1 100" both send 100 byte IP packets (this matches what traceroute on Fedora Rawhide is doing). function old new delta common_traceroute_main 3731 3738 +7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configs/android2_defconfig')
-rw-r--r--configs/android2_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/android2_defconfig b/configs/android2_defconfig
index fbc0da091..857f9f5df 100644
--- a/configs/android2_defconfig
+++ b/configs/android2_defconfig
@@ -814,7 +814,6 @@ CONFIG_TCPSVD=y
# CONFIG_TRACEROUTE is not set
# CONFIG_TRACEROUTE6 is not set
# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
-# CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set
# CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set
CONFIG_TUNCTL=y
CONFIG_FEATURE_TUNCTL_UG=y