mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[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 <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user