mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 18:24:34 +02:00
dhcp-lease-comment: use $LogPrintExit
This commit is contained in:
parent
3127800496
commit
be5b6e0687
3 changed files with 9 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
|||
#
|
||||
# !! Do not edit this file, it is generated from template!
|
||||
|
||||
:global LogPrintExit;
|
||||
|
||||
:foreach Lease in=[ / ip dhcp-server lease find where dynamic=yes status=bound ] do={
|
||||
:local LeaseVal [ / ip dhcp-server lease get $Lease ];
|
||||
:local NewComment;
|
||||
|
@ -14,7 +16,7 @@
|
|||
:set NewComment [ / caps-man access-list get $AccessList comment ];
|
||||
}
|
||||
:if ([ :len $NewComment ] != 0 && $LeaseVal->"comment" != $NewComment) do={
|
||||
:log info ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment);
|
||||
$LogPrintExit info ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment) false;
|
||||
/ ip dhcp-server lease set comment=$NewComment $Lease;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue