aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim.nilsson@vmlinux.org>2010-11-28 23:01:18 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-11-28 23:01:18 +0100
commit714e2b7e6ab9cef6cb853c52b6c128d390964a25 (patch)
tree9286fc497e4e710c2670e815e3e96a0fb45f189c /networking/Config.src
parent713d241852ec726ad07920476fa18d0f9d455246 (diff)
downloadbusybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.tar.gz
busybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.tar.bz2
busybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.zip
ping: add -t TTL option
function old new delta common_ping_main 1755 1796 +41 packed_usage 27954 27971 +17 bbconfig_config_bz2 4965 4966 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 59/0) Total: 59 bytes Signed-off-by: Joachim Nilsson <joachim.nilsson@vmlinux.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src23
1 files changed, 0 insertions, 23 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 6dd7df754..274fcae3a 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -684,29 +684,6 @@ config FEATURE_NTPD_SERVER
684 Make ntpd usable as a NTP server. If you disable this option 684 Make ntpd usable as a NTP server. If you disable this option
685 ntpd will be usable only as a NTP client. 685 ntpd will be usable only as a NTP client.
686 686
687config PING
688 bool "ping"
689 default y
690 depends on PLATFORM_LINUX
691 help
692 ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
693 elicit an ICMP ECHO_RESPONSE from a host or gateway.
694
695config PING6
696 bool "ping6"
697 default y
698 depends on FEATURE_IPV6 && PING
699 help
700 This will give you a ping that can talk IPv6.
701
702config FEATURE_FANCY_PING
703 bool "Enable fancy ping output"
704 default y
705 depends on PING
706 help
707 Make the output from the ping applet include statistics, and at the
708 same time provide full support for ICMP packets.
709
710config PSCAN 687config PSCAN
711 bool "pscan" 688 bool "pscan"
712 default y 689 default y