Re: [Etherboot-developers] DHCP option 175
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-05-22 08:04:04
|
>How about this standard for the NIC tag? > > "PCI" or "ISA" (3 bytes) Actually that's probably a waste of space, binary 1 = PCI, 2 = ISA, others for later use should suffice. > Vendor ID (2 bytes network order) > Device ID (2 bytes network order) 6 bytes total. As for any potential objection that it's unreadable binary, the rest of the DHCP packet is unreadable binary anyway, space matters (the more parsimonious you are with your options, the more space for other options), and it makes the Etherboot shorter, just copy in the IDs, via htons(). |