2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00
xNBA/src
Michael Brown 708c5060b9 [dhcp] Use Ethernet-compatible chaddr, if possible
For IPoIB, we currently use the hardware address (i.e. the eight-byte
GUID) as the DHCP chaddr.  This works, but some PXE servers (notably
Altiris RDP) refuse to respond if the chaddr field is anything other
than six bytes in length.

We already have the notion of an Ethernet-compatible link-layer
address, which is used in the iBFT (the design of which similarly
fails to account for non-Ethernet link layers).  Use this as the first
preferred alternative to the actual link-layer address when
constructing the DHCP chaddr field.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-12-15 18:46:19 +00:00
..
arch [pxe] Improve pxe_udp debug messages 2010-12-15 15:30:21 +00:00
bin
config [cmdline] Add "reboot" command 2010-12-09 13:08:39 +00:00
core [settings] Add fetch_ipv4_array_setting() 2010-12-09 15:34:12 +00:00
crypto [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
doc
drivers [iscsi] Include both DNS addresses in iBFT, if available 2010-12-09 15:35:02 +00:00
hci [cmdline] Match user expectations for &&, ||, goto, and exit 2010-11-29 14:19:59 +00:00
image [script] Remove "Aborting on <line>" message 2010-11-29 14:38:03 +00:00
include [dhcp] Use Ethernet-compatible chaddr, if possible 2010-12-15 18:46:19 +00:00
interface [settings] Apply settings block name in register_settings() 2010-12-01 16:35:00 +00:00
libgcc
net [dhcp] Use Ethernet-compatible chaddr, if possible 2010-12-15 18:46:19 +00:00
tests
usr [dhcp] Use Ethernet-compatible chaddr, if possible 2010-12-15 18:46:19 +00:00
util [fnrec] Enhance function recording 2010-12-09 13:11:27 +00:00
.gitignore
doxygen.cfg
Makefile [build] Add tap.linux to "make everything" 2010-08-19 13:26:00 +01:00
Makefile.housekeeping [legal] Ignore config/local header files for licensing purposes 2010-10-18 01:25:42 +01:00