FCoE requires the use of multiple local unicast link-layer addresses. To avoid the complexity of managing multiple addresses, iPXE operates in promiscuous mode. As a consequence, any unicast packets with non-matching IPv4 addresses are rejected at the IPv4 layer (rather than at the link layer). This can cause problems when issuing a second DHCP request: if the address chosen by the DHCP server does not match the existing address, then the DHCP response will itself be rejected. Fix by requesting a broadcast response from the DHCP server if the network interface already has any IPv4 addresses. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
|
|
90 |
|
|
89 | 91 |
|
|
||
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
411 |
|
|
411 |
|
|
412 | 412 |
|
413 | 413 |
|
414 | 414 |
|
|
||
941 | 941 |
|
942 | 942 |
|
943 | 943 |
|
944 |
|
|
945 |
|
|
946 |
|
|
947 |
|
|
948 |
|
|
949 |
|
|
950 |
|
|
944 | 951 |
|
945 | 952 |
|
946 | 953 |
|