From 6871a8113f784f5fedb67f245e15699cdfb2b8f7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 7 Nov 2013 14:44:28 +0000 Subject: [ipv6] Add IPv6 network device configurator Include IPv6 within the generic network device configurator mechanism. The IPv6 configurator will send a router solicitation and wait for a router advertisement to be received. (As per RFC4861 section 6.3.7, we do this even if advertisements have been received prior to sending the router solicitation.) Signed-off-by: Michael Brown --- src/include/ipxe/ndp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/ndp.h b/src/include/ipxe/ndp.h index f8c7e3fb3..46083b53c 100644 --- a/src/include/ipxe/ndp.h +++ b/src/include/ipxe/ndp.h @@ -166,6 +166,4 @@ static inline int ndp_tx ( struct io_buffer *iobuf, struct net_device *netdev, &ndp_discovery, net_source, ll_source ); } -extern int ndp_tx_router_solicitation ( struct net_device *netdev ); - #endif /* _IPXE_NDP_H */ -- cgit v1.2.3-55-g7522