diff options
Diffstat (limited to 'collect-wireless-mac.template')
-rw-r--r-- | collect-wireless-mac.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collect-wireless-mac.template b/collect-wireless-mac.template index c10c827..1d031fe 100644 --- a/collect-wireless-mac.template +++ b/collect-wireless-mac.template @@ -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 ]; |