mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
51b8bd68bb
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!
Please see the LICENSE file for copyright information. libbb is BusyBox's utility library. This all used to be in a single file (utility.c to be specific). When I split utility.c up to create libbb, I did not carefully fix up the copyright and licensing information. I'll do that for the next release. For now, just trust me that a bunch of people have worked on this stuff, and it is all GPL'ed. Erik Andersen <andersee@codepoet.org>