Re: Disable per-host option in dhcpd.conf

2014-12-06 Thread Tim
Allegedly, on or about 06 December 2014, Sam Varshavchik sent: > Anyone knows how to disable an option in a host-specific enty in > dhcpd.conf? I have: > > subnet 192.168.0.0 netmask 255.255.255.0 { > > # … > >option routers 192.168.0.1; > } > > host octopus { > > # I don't want thi

Disable per-host option in dhcpd.conf

2014-12-06 Thread Sam Varshavchik
Anyone knows how to disable an option in a host-specific entry in dhcpd.conf? I have: subnet 192.168.0.0 netmask 255.255.255.0 { # … option routers 192.168.0.1; } host octopus { # I don't want this host to receive the routers option } Combing through dhcpd.conf(5), I don't see anythin