mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-24 12:22:37 +00:00
dhcp-to-dns: use :continue in loop
This commit is contained in:
parent
93c4c18fb3
commit
9b46d16439
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
||||||
}
|
}
|
||||||
} on-error={
|
} on-error={
|
||||||
$LogPrint debug $ScriptName ("A lease just vanished, ignoring.");
|
$LogPrint debug $ScriptName ("A lease just vanished, ignoring.");
|
||||||
|
:continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ :len ($LeaseVal->"active-address") ] > 0) do={
|
:if ([ :len ($LeaseVal->"active-address") ] > 0) do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue