mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 10:15:05 +02:00
collect-wireless-mac: always use first entry to place before
This commit is contained in:
parent
241d5fd2d7
commit
c18f753338
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ $ScriptLock "collect-wireless-mac%TEMPL%";
|
|||
/ %PATH% access-list add comment="--- collected above ---" disabled=yes;
|
||||
$LogPrintExit warning "Added disabled access-list entry with comment '--- collected above ---'." false;
|
||||
}
|
||||
:local PlaceBefore [ / %PATH% access-list find where comment="--- collected above ---" disabled ];
|
||||
:local PlaceBefore ([ / %PATH% access-list find where comment="--- collected above ---" disabled ]->0);
|
||||
|
||||
:foreach RegTbl in=[ / %PATH% registration-table find ] do={
|
||||
:local Mac [ / %PATH% registration-table get $RegTbl mac-address ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue