]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[dhcp] Use PXE byte ordering for UUID in DHCP option 97
authorMichael Brown <mcb30@ipxe.org>
Wed, 20 Mar 2013 00:54:42 +0000 (00:54 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 20 Mar 2013 00:54:42 +0000 (00:54 +0000)
commita9b63ecda55ea24df7d51d59cc7fd7b3234bc135
tree17e585def0f88c0f0f37f4ee0a057a34099925dc
parent9e896d0eeaa07d47b2bed4c92072fd638ce3eb55
[dhcp] Use PXE byte ordering for UUID in DHCP option 97

The PXE spec does not specify a byte ordering for UUIDs, but RFC4578
suggests that it follows the EFI spec, in which the first three fields
are little-endian.

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