david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net/udp
Shao Miller 9de525c34c [dhcp] Ensure message type is first DHCP option
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>
2010-01-14 11:13:10 -05:00
..
dhcp.c [dhcp] Ensure message type is first DHCP option 2010-01-14 11:13:10 -05:00
dns.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
slam.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
tftp.c [tftp] Process OACKs even if malformed 2009-05-20 10:04:50 +01:00