4 Oct
2015
4 Oct
'15
11:45 a.m.
On Oct 4, 2015, at 10:55 AM, HernĂ¡n Freschi <hjf@hjf.com.ar> wrote:
Is there a way to log DHCP queries? I would like to keep a log of timestamp, MAC address and assigned IP address for every request.
You can just write the SQL insert statement directly in "unlang", with a bit of text to wrap it: ... if ("%{sql:INSERT ....}") { # insert succeeded } ... Alan DeKok.