I was looking around for a solution that executes an external script whenever a DHCP request is acknowledged. I thought I've found a solution using
on commit {execute ("/tmp/some_perl_script.pl", some_parameter ); }
but learned, that this is only implemented in dhcpd v3.1+ wheras efw 2.4.0 is using v3.0.5. Has anyone upgraded the dhcpd to v3.1? I know executing scripts on special events could be achieved by going through the logs but I wanted to let dhcpd do the little extra work...
Thanks,
StahlHelm.