]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ipv6] Reduce time spent waiting for router discovery
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 Oct 2020 13:52:13 +0000 (14:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 Oct 2020 13:57:27 +0000 (14:57 +0100)
commit6ccd5239b13ca92800ea81c2d6489e0ad8e9d5e6
tree6ea57d99c8a95755e2bdb6a55f7a8083fd1e16c6
parent0c25daad38b2b345fbe6c4838ea2d9c82cc08228
[ipv6] Reduce time spent waiting for router discovery

Now that IPv6 is enabled by default for UEFI builds, it is important
that iPXE does not delay unnecessarily in the (still relatively
common) case of a network that lacks IPv6 routers.

Apply the timeout values used for neighbour discovery to the router
discovery process.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/ndp.c