summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2013-11-07 15:44:28 +0100
committerMichael Brown2013-11-07 16:04:47 +0100
commit6871a8113f784f5fedb67f245e15699cdfb2b8f7 (patch)
tree2754e41844ba7a1d72efa582814c13e4ab61b1e6 /src/include/ipxe
parent[dhcp] Remove obsolete dhcp() function (diff)
downloadipxe-6871a8113f784f5fedb67f245e15699cdfb2b8f7.tar.gz
ipxe-6871a8113f784f5fedb67f245e15699cdfb2b8f7.tar.xz
ipxe-6871a8113f784f5fedb67f245e15699cdfb2b8f7.zip
[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>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/ndp.h2
1 files changed, 0 insertions, 2 deletions
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 */