svn commit: trunk/busybox: include libbb networking scripts

vda at busybox.net vda at busybox.net
Wed Jan 24 23:53:22 UTC 2007


Author: vda
Date: 2007-01-24 15:53:22 -0800 (Wed, 24 Jan 2007)
New Revision: 17513

Log:
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".


Removed:
   trunk/busybox/networking/ping6.c

Modified:
   trunk/busybox/include/usage.h
   trunk/busybox/libbb/xconnect.c
   trunk/busybox/networking/Config.in
   trunk/busybox/networking/Kbuild
   trunk/busybox/networking/ping.c
   trunk/busybox/scripts/defconfig


Changeset:

Sorry, the patch is too large to include (1327 lines).
Please use ViewCVS to see it!

http://busybox.net/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=17513



More information about the busybox-cvs mailing list