Compare commits

..

1 commit

Author SHA1 Message Date
Christian Hesse
4764bce9d0 dhcp-to-dns: allow to ignore for specific lease 2026-05-12 07:15:16 +02:00

View file

@ -80,7 +80,7 @@
}
:local NetworkInfo [ $ParseKeyValueStore ($NetworkVal->"comment") ];
:if ($LeaseInfo->"dns-ignore" = true || $NetworkInfo->"dns-ignore" = true) do={
:if ($LeaseInfo->"ignore" = true || $NetworkInfo->"dns-ignore" = true) do={
$LogPrint debug $ScriptName ("Lease for " . $LeaseVal->"active-mac-address" . " is ignored... Skipping.");
:continue;
}