busybox/networking
Eric Andersen 51b8bd68bb This patch from Bart Visscher <magick@linux-fan.com> adds
IPV6 support to busybox.  This patch does the following:
    * Add IPv6 support to libbb
    * Enable IPv6 interface address display
    * Add IPv6 config option
    * Adds ping6, an adaptation of the ping applet for IPv6
    * Adds support routines for ping6:
	- xgethostbyname2
	- create_icmp6_socket
    * Adds ifconfig support for IPv6
    * Add support IPv6 to netstat
    * Add IPv6 support to route
Thanks Bart!
2002-07-03 11:46:38 +00:00
..
config.in This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
hostname.c
ifconfig.c This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
nc.c Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. 2002-05-05 03:40:14 +00:00
netstat.c This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
nslookup.c uClibc supports struct _res these days... 2002-04-27 04:06:55 +00:00
ping6.c This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
ping.c Per discussion with vodz, Tim's changes do not seem to make sense. 2002-06-06 11:47:00 +00:00
route.c This patch from Bart Visscher <magick@linux-fan.com> adds 2002-07-03 11:46:38 +00:00
telnet.c Email addr fix 2002-06-06 12:59:13 +00:00
tftp.c Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work 2002-04-15 07:40:27 +00:00
traceroute.c Remove advertising clauses in accordance with 2002-06-23 22:25:24 +00:00
wget.c Added support for -Y|--proxy=on/off to wget 2002-05-14 23:36:45 +00:00