Apparently, the DHCP relay logic on a Nortel 470-48T layer 2 switch cares about the order of DHCP options. Specifically, it requires that the DHCP message type option be the first option present in the DHCP packet. We achieve this by having this option appear first in our dhcp_request_options_data array, which pre-populates DHCP requests. Signed-off-by: Marty Connor <mdc@etherboot.org>tags/v1.0.0-rc1
|
||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
|
|
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|