mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-16 18:19:36 +00:00
dhcp-to-dns: use :continue in loop
This commit is contained in:
parent
7fb5c8936d
commit
ed5092b0c7
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