mirror of
				https://github.com/eworm-de/routeros-scripts.git
				synced 2024-05-11 05:55:19 +00:00 
			
		
		
		
	global: give script or function name in log messages
This commit is contained in:
		@@ -8,10 +8,11 @@
 | 
			
		||||
#
 | 
			
		||||
# !! Do not edit this file, it is generated from template!
 | 
			
		||||
 | 
			
		||||
:local 0 "dhcp-lease-comment.capsman";
 | 
			
		||||
:global GlobalFunctionsReady;
 | 
			
		||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
 | 
			
		||||
 | 
			
		||||
:global LogPrintExit;
 | 
			
		||||
:global LogPrintExit2;
 | 
			
		||||
 | 
			
		||||
:foreach Lease in=[ / ip dhcp-server lease find where dynamic=yes status=bound ] do={
 | 
			
		||||
  :local LeaseVal [ / ip dhcp-server lease get $Lease ];
 | 
			
		||||
@@ -21,7 +22,7 @@
 | 
			
		||||
    :set NewComment [ / caps-man access-list get $AccessList comment ];
 | 
			
		||||
  }
 | 
			
		||||
  :if ([ :len $NewComment ] != 0 && $LeaseVal->"comment" != $NewComment) do={
 | 
			
		||||
    $LogPrintExit info ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment) false;
 | 
			
		||||
    $LogPrintExit2 info $0 ("Updating comment for DHCP lease " . $LeaseVal->"mac-address" . ": " . $NewComment) false;
 | 
			
		||||
    / ip dhcp-server lease set comment=$NewComment $Lease;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user