[Dnsmasq-discuss] Possible bug setting dhcp-option 17

2005-10-10 Thread Michael Welle
Hi, I wanted to net boot some Sparc machines using dnsmasq: dhcp-option=17,/export/elena/root dhcp-boot=/tftpboot/boot.net.netbsd,bootsvr,192.168.42.1 But setting the root-path doesn't work if the path is longer than 8 characters. The first condition in do_opt() (rfc2131.c) evaluates to true

Re: [Dnsmasq-discuss] Possible bug setting dhcp-option 17

2005-10-10 Thread Simon Kelley
Michael Welle wrote: Hi, I wanted to net boot some Sparc machines using dnsmasq: dhcp-option=17,/export/elena/root dhcp-boot=/tftpboot/boot.net.netbsd,bootsvr,192.168.42.1 But setting the root-path doesn't work if the path is longer than 8 characters. The first condition in do_opt()