diff options
author | Joachim Nilsson <joachim.nilsson@vmlinux.org> | 2010-11-28 23:01:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-28 23:01:18 +0100 |
commit | 714e2b7e6ab9cef6cb853c52b6c128d390964a25 (patch) | |
tree | 9286fc497e4e710c2670e815e3e96a0fb45f189c /networking/Config.src | |
parent | 713d241852ec726ad07920476fa18d0f9d455246 (diff) | |
download | busybox-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.src | 23 |
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 | ||
687 | config 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 | |||
695 | config 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 | |||
702 | config 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 | |||
710 | config PSCAN | 687 | config PSCAN |
711 | bool "pscan" | 688 | bool "pscan" |
712 | default y | 689 | default y |