diff options
author | Christian Hesse <mail@eworm.de> | 2024-09-25 11:01:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-09-25 11:01:40 +0200 |
commit | 60aa553219b289e9d3e4ef7f0bb7db471f45af69 (patch) | |
tree | 8710a2fb3d4710b96c4463d3c382100e17001f6b /hotspot-to-wpa-cleanup.wifi.rsc | |
parent | c708832b69ece50eca184b0946eebd5b3c579475 (diff) |
hotspot-to-wpa-cleanup: only match access-list with mac-address
Diffstat (limited to 'hotspot-to-wpa-cleanup.wifi.rsc')
-rw-r--r-- | hotspot-to-wpa-cleanup.wifi.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot-to-wpa-cleanup.wifi.rsc b/hotspot-to-wpa-cleanup.wifi.rsc index 7c74d10..23f773f 100644 --- a/hotspot-to-wpa-cleanup.wifi.rsc +++ b/hotspot-to-wpa-cleanup.wifi.rsc @@ -50,7 +50,7 @@ } :foreach Client in=[ /interface/wifi/access-list/find where comment~"^hotspot-to-wpa:" \ - !(comment~[ /system/clock/get date ]) ] do={ + !(comment~[ /system/clock/get date ]) mac-address ] do={ :local ClientVal [ /interface/wifi/access-list/get $Client ]; :if ([ :len [ /ip/dhcp-server/lease/find where !dynamic comment~"^hotspot-to-wpa:" \ mac-address=($ClientVal->"mac-address") ] ] = 0) do={ |