Re: [Etherboot-developers] [COMMIT] Multicast & more.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2002-06-14 21:38:01
|
On 14 Jun 2002, Eric W. Biederman wrote: > > > FILE: > > > TFTP: > > > NFS: > > > X-SLAM: probably for the moment only > > > TFTM: > One thing we need to do is to advertise in a dhcp option which protocols > we support. This way someone with an ISC dhcp v3 server or equivalent > can automatically take advantage of the other protocols. Can I suggest putting this inside the etherboot-encapsulated-options option, in order to avoid further polluting the site-local dhcp option space? This is easy to do: in main.c, where it currently says etherboot_encap_len = sprintf(ip.bp.bp_vend + sizeof rfc1533_cookie + sizeof dhcprequest + 2, "%c%c%s", RFC1533_VENDOR_NIC_DEV_ID, strlen(nic.devid), nic.devid); just add further options inside the sprintf statement. Michael |