]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ipv6] Separate the concepts of prefix and address creation
authorMichael Brown <mcb30@ipxe.org>
Fri, 15 Nov 2013 15:12:25 +0000 (15:12 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 15 Nov 2013 15:22:54 +0000 (15:22 +0000)
commit6b1eee04527969f21ab65245b67cf9efa4b4aea8
treecc174ea4309f6decfdcd7d93891c038cf54dcc49
parent3f9a482b88d75081efb660e937e9631bbbf54c49
[ipv6] Separate the concepts of prefix and address creation

Allow for IPv6 routing table entries to be created for an on-link
prefix where a local address has not yet been assigned to the network
device.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/ipv6.h
src/net/ipv6.c
src/net/ndp.c
src/usr/route_ipv6.c