unsetting an option?

Chuck Anderson cra at WPI.EDU
Tue Apr 22 01:24:37 UTC 2008


On Mon, Apr 21, 2008 at 08:04:45PM -0500, John Hascall wrote:
> Is there any way to do "this":
> 
> # global option
> option netbios-name-servers 192.168.123.45, 192.168.234.56;
> option netbios-node-type 2;
> 
>     ...
> 
> 	pool {
> 		range 192.168.32.1 192.168.33.22;
> 		# except here
> 		option netbios-name-servers NOTHING-FORGET-I-SAID-THAT-ABOVE;
> 		option netbios-node-type NOT-THE-DROIDS-YOU_ARE-LOOKING-FOR;
> 		...
> 	}

I would just set netbios-name-servers 0.0.0.0 in the inner scope.  No 
idea how to "really" solve the problem, though.


More information about the dhcp-users mailing list