]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[dhcp] Defer discovery if link is blocked
authorMichael Brown <mcb30@ipxe.org>
Thu, 25 Jun 2015 16:30:49 +0000 (17:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 25 Jun 2015 16:32:24 +0000 (17:32 +0100)
commitd73982f098db9fdedb28a3826eb97a6832eac1e4
tree0888168a93e844a54731c3393760371e06649373
parent94dbfb43746445e91e775c498db89392313934c7
[dhcp] Defer discovery if link is blocked

If the link is blocked (e.g. due to a Spanning Tree Protocol port not
yet forwarding packets) then defer DHCP discovery until the link
becomes unblocked.

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