diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-24 23:53:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-24 23:53:22 +0000 |
commit | b9a279ba9466d8733261aff1bab0d3ec1031c34c (patch) | |
tree | 6a995795abf0322f540585a6c4d28847fbebb773 /scripts | |
parent | 677cb5eea52f2424bef1fd0fcc6ed3c8c8b5f1d5 (diff) | |
download | busybox-w32-b9a279ba9466d8733261aff1bab0d3ec1031c34c.tar.gz busybox-w32-b9a279ba9466d8733261aff1bab0d3ec1031c34c.tar.bz2 busybox-w32-b9a279ba9466d8733261aff1bab0d3ec1031c34c.zip |
Unify ping and ping6. ping has -4 and -6 which force
name resolution into IP or IPv6 only, otherwise
we take address family returned by host2sockaddr()
in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping,
"ping 127.0.0.1" will do IPv4 ping.
ping6 is aliased to "ping -6".
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 6a1c57bc8..ed9959985 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -566,7 +566,6 @@ CONFIG_NSLOOKUP=y | |||
566 | CONFIG_PING=y | 566 | CONFIG_PING=y |
567 | CONFIG_FEATURE_FANCY_PING=y | 567 | CONFIG_FEATURE_FANCY_PING=y |
568 | CONFIG_PING6=y | 568 | CONFIG_PING6=y |
569 | CONFIG_FEATURE_FANCY_PING6=y | ||
570 | CONFIG_ROUTE=y | 569 | CONFIG_ROUTE=y |
571 | CONFIG_TELNET=y | 570 | CONFIG_TELNET=y |
572 | CONFIG_FEATURE_TELNET_TTYPE=y | 571 | CONFIG_FEATURE_TELNET_TTYPE=y |