mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-06-06 10:42:34 +00:00
Compare commits
2 commits
4764bce9d0
...
7a1543bf8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a1543bf8a | ||
|
|
659712e46f |
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
:local NetworkInfo [ $ParseKeyValueStore ($NetworkVal->"comment") ];
|
||||
|
||||
:if ($LeaseInfo->"ignore" = true || $NetworkInfo->"dns-ignore" = true) do={
|
||||
:if ($LeaseInfo->"dns-ignore" = true || $NetworkInfo->"dns-ignore" = true) do={
|
||||
$LogPrint debug $ScriptName ("Lease for " . $LeaseVal->"active-mac-address" . " is ignored... Skipping.");
|
||||
:continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue