This is the first patch to support auto configuration based on Router Advertisement packets received via ICMPv6. It required to extend "rx" methods with "netdev" structure to pass it deeper routines.
You can merge this Pull Request by running: git pull https://github.com/ya-mouse/ipxe master Or you can view, comment on it, or merge it online at: https://github.com/ipxe/ipxe/pull/6 -- Commit Summary -- * [config] Add empty local sideband.h configuration file * [config] Remove sideband.h local config cause' it's automatically created by DEPs * [config] Include local configuration for sideband.h * [config] Enable IPv6 by default * [ipv6] Adopt IPv6 support from gPXE project made by Matthew Iselin <[email protected]> * Merge branch 'master' of git://github.com/ipxe/ipxe -- File Changes -- M contrib/rom-o-matic/flag-table.php (25) M src/config/config.c (4) M src/config/general.h (1) M src/config/sideband.h (2) M src/core/resolv.c (11) M src/core/settings.c (67) M src/core/uri.c (20) M src/include/ipxe/dns.h (7) M src/include/ipxe/icmp6.h (44) M src/include/ipxe/in.h (7) M src/include/ipxe/ip6.h (89) M src/include/ipxe/ndp.h (104) M src/include/ipxe/settings.h (30) M src/include/ipxe/tcpip.h (10) M src/net/icmp.c (3) M src/net/icmpv6.c (153) M src/net/ipv4.c (2) M src/net/ipv6.c (811) M src/net/ndp.c (180) M src/net/tcp.c (9) M src/net/tcpip.c (5) M src/net/udp.c (10) M src/net/udp/dns.c (48) M src/usr/route.c (13) -- Patch Links -- https://github.com/ipxe/ipxe/pull/6.patch https://github.com/ipxe/ipxe/pull/6.diff --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/6 _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

