commit | 51b8bd68bb22b1cc5d95e418813c2f08a194ec2b | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 11:46:38 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Jul 03 11:46:38 2002 +0000 |
tree | 905d4f1b1e557950272ac98e1540fa06f732f42f | |
parent | 599e3ce163c43c3dfb24d06f8f707c783bc9ab9c [diff] |
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!