unsetting an option?

John Hascall john at iastate.edu
Tue Apr 22 01:04:45 UTC 2008


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;
		...
	}

Thanks,
John


More information about the dhcp-users mailing list