configfile namespace issues

John Hascall john at iastate.edu
Thu Mar 19 00:55:04 UTC 2009


Are there any issues with having various items with the same name?
In my particular case, I want to have a sharednet with the same
name as a class.

class "foo" { match hardware; }
subclass "foo" 01:de:ad:be:ef:ca:fe;

sharednet "foo" {
	...
	pool {
		allow members of "foo";
		...
	}
}

Testing seems to indicate it is OK, but it would be nice
to get the official word...

Thanks,
John



More information about the dhcp-users mailing list