Re: [libvirt] [RFC, PATCH] network: add 'netboot' option to dhcp config

2009-09-14 Thread Jeremy Kerr
Hi Paolo, > Since there is only one TFTP server running in the network IIRC, it's possible to have more than one: the Server-Name (id 66) of the DHCP response specifies which. However, we probably only ever want to start one server, so the tag should work fine. > , it is not > possible to spe

[libvirt] [RFC,PATCH] network: add 'netboot' option to dhcp config

2009-09-10 Thread Jeremy Kerr
improve this in future by adding a server= attribute. Signed-off-by: Jeremy Kerr --- docs/formatnetwork.html.in |6 ++ docs/schemas/network.rng |6 ++ src/network_conf.c | 28 src/network_conf.h |9 + src/network_driver