diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-14 10:41:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-14 10:41:01 +0100 |
commit | dcca53e449e95c10e7a7d5830d704b173ffc191c (patch) | |
tree | 5b7fda783ffac40d1c746bd76d55e0aae67d94b2 | |
parent | e36ac19c8b210ccdb83dc020ec0b381f310567da (diff) |
hotspot-to-wpa: drop dead code
-rw-r--r-- | hotspot-to-wpa.template.rsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hotspot-to-wpa.template.rsc b/hotspot-to-wpa.template.rsc index f465722..c676fe6 100644 --- a/hotspot-to-wpa.template.rsc +++ b/hotspot-to-wpa.template.rsc @@ -101,7 +101,6 @@ $LogPrintExit2 info $0 ("Adding/updating access-list entry for mac address " . $ :local VlanMode [ $EitherOr ($UserInfo->"vlan-mode") ($Template->"vlan-mode") ]; :if ([ :len $VlanMode] > 0) do={ /caps-man/access-list/set $Entry vlan-mode=$VlanMode; - /interface/wifiwave2/access-list/set $Entry vlan-mode=$VlanMode; } # NOT /interface/wifiwave2 # |