[ipxe-devel] [PATCH 0/7] IPv6 and iBFT update
Hannes Reinecke
hare at suse.de
Wed Apr 1 07:26:14 UTC 2015
Hi Micheal,
here's an update for IPv6 and iBFT, which updates the
iBFT support to work properly with IPv6.
It also updates the iBFT support to handle two connections.
Hannes Reinecke (7):
icmpv6: Decode error codes
dhcpv6: Fallback to using DUID-LL for empty UUID
ipv6: Update link-local route when configuring network device
ipv6: Allow manual network configuration
iscsi: Parse IPv6 address for rootpath
ibft: IPv6 support
ibft: multiple session support
src/drivers/block/ibft.c | 347 ++++++++++++++++++++++++++++++++++----------
src/include/ipxe/dhcpv6.h | 17 +++
src/include/ipxe/ibft.h | 13 +-
src/include/ipxe/ip.h | 1 +
src/include/ipxe/ipv6.h | 45 ++++++
src/include/ipxe/settings.h | 9 ++
src/net/icmpv6.c | 24 ++-
src/net/ipv4.c | 2 +-
src/net/ipv6.c | 140 ++++++++++++++----
src/net/ndp.c | 6 +
src/net/tcp/iscsi.c | 12 +-
src/net/udp/dhcpv6.c | 35 +++--
12 files changed, 531 insertions(+), 120 deletions(-)
--
1.8.4.5
More information about the ipxe-devel
mailing list