From b29861a5aa8385cdaf4d41a92cc4786740b2d702 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 4 Jan 2007 03:28:30 +0000 Subject: IPv6 minirouting table entries hold persistent references to net devices. --- src/include/gpxe/ip6.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/ip6.h b/src/include/gpxe/ip6.h index 0589f8e9d..0ba17120e 100644 --- a/src/include/gpxe/ip6.h +++ b/src/include/gpxe/ip6.h @@ -69,5 +69,10 @@ extern struct net_protocol ipv6_protocol; extern struct tcpip_net_protocol ipv6_tcpip_protocol; extern char * inet6_ntoa ( struct in6_addr in6 ); +extern int add_ipv6_address ( struct net_device *netdev, + struct in6_addr prefix, int prefix_len, + struct in6_addr address, + struct in6_addr gateway ); +extern void del_ipv6_address ( struct net_device *netdev ); #endif /* _GPXE_IP6_H */ -- cgit v1.2.3-55-g7522