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
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