aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot-to-wpa-cleanup.template.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-11-12 17:53:30 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-11-12 17:53:30 +0100
commitf1533b8962bc67d17e9f6b5666ae51ee4d1e1ff4 (patch)
tree7a73a3005b703de079b02dafa9267246cc6ecfcc /hotspot-to-wpa-cleanup.template.rsc
parenta545d0d39e21b4fdf0b68153f7b4b175e2ea2bdf (diff)
hotspot-to-wpa-cleanup: use the timeout in message...
... not the actual value.
Diffstat (limited to 'hotspot-to-wpa-cleanup.template.rsc')
-rw-r--r--hotspot-to-wpa-cleanup.template.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot-to-wpa-cleanup.template.rsc b/hotspot-to-wpa-cleanup.template.rsc
index 081f3d0..70bee42 100644
--- a/hotspot-to-wpa-cleanup.template.rsc
+++ b/hotspot-to-wpa-cleanup.template.rsc
@@ -71,7 +71,7 @@
server=$Server last-seen>$Timeout comment~"^hotspot-to-wpa:" ] do={
:local LeaseVal [ /ip/dhcp-server/lease/get $Lease ];
$LogPrint info $ScriptName ("Client with mac address " . ($LeaseVal->"mac-address") . \
- " was not seen for " . ($LeaseVal->"last-seen") . ", removing.");
+ " was not seen for " . $Timeout . ", removing.");
/caps-man/access-list/remove [ find where comment~"^hotspot-to-wpa:" \
/interface/wifi/access-list/remove [ find where comment~"^hotspot-to-wpa:" \
mac-address=($LeaseVal->"mac-address") ];