Hello,
I had setup my DHCP server for IPv6 and works fine at the way.
But I have a problem with logging.
I created that simple logging with works in IPv4:
----
on commit
{
log (info, "THIS IS A COMMIT!");
}
on expiry
{
log (info, "THIS IS A EXPIRY!");
}
on release
{
log (info, "THIS IS A RELEASE!");
}
----
Could you tell me because this does not work.
--
thanks + bye ajh