Actions
Bug #1567
closedForeman-proxy ignores "include" directive in dhcpd.conf
Description
Hi,
With the following line in the dhcpd.conf foreman-proxy is not importing subnets defined in included file.
include "/etc/dhcpd.conf.subnets";
The file has a proper permissions allowing foreman-proxy to read the file. No errors in foreman-proxy during the import action:
D, [2012-04-04T07:54:38.783583 #6857] DEBUG -- : Loading subnets for 127.0.0.1
D, [2012-04-04T07:54:38.783727 #6857] DEBUG -- : Added 192.168.97.0/255.255.255.0 to 127.0.0.1
Info on the screen:
"No new subnets found"
I am not sure whether it's a bug or "by design". I am testing foreman against large installation where this feature would be much appriciated.
thanks
L.
Actions