Re: [patch] adds include statement in dhcpd.conf

2018-05-11 Thread Denis Fondras
Hi Julien, I like the idea but implementation seems a bit naive. Do you have a working example ? While testing, I can notice a bug with line count (my latest hobby :D). $ dhcpd -dn -c /etc/examples/dhcpd.conf /etc/examples/dhcpd.conf line 21: filenameee ^ /etc/examples/dhcpd.conf line

[patch] adds include statement in dhcpd.conf

2018-05-10 Thread Julien Dhaille
Hi, this diff implements the “include” statement, like other daemons. Also the config file can be split between different files (in my case, a big list of client is generated from a script, and I don’t want to modify dhcpd.conf). Although, I am not even sure if this diff is decent and if it’s a