From b9a279ba9466d8733261aff1bab0d3ec1031c34c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 24 Jan 2007 23:53:22 +0000 Subject: 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". --- scripts/defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 CONFIG_PING=y CONFIG_FEATURE_FANCY_PING=y CONFIG_PING6=y -CONFIG_FEATURE_FANCY_PING6=y CONFIG_ROUTE=y CONFIG_TELNET=y CONFIG_FEATURE_TELNET_TTYPE=y -- cgit v1.2.3