mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
hotspot-to-wpa: move code for marker up
(cherry picked from commit c132d28408
)
This commit is contained in:
parent
e7481f3ca8
commit
7a714ad182
1 changed files with 7 additions and 6 deletions
|
@ -20,12 +20,6 @@
|
|||
:local UserVal [ / ip hotspot user get [ find where name=$UserName ] ];
|
||||
:local UserInfo [ $ParseKeyValueStore ($UserVal->"comment") ];
|
||||
:local Hotspot [ / ip hotspot host get [ find where mac-address=$MacAddress authorized ] server ];
|
||||
:local Template [ / caps-man access-list get ([ find where disabled \
|
||||
comment=("hotspot-to-wpa template " . $Hotspot) ]->0) ];
|
||||
|
||||
:if ($Template->"action" = "reject") do={
|
||||
$LogPrintExit2 info $0 ("Ignoring login for hotspot '" . $Hotspot . "'.") true;
|
||||
}
|
||||
|
||||
:if ([ :len [ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ] ] = 0) do={
|
||||
/ caps-man access-list add comment="--- hotspot-to-wpa above ---" disabled=yes;
|
||||
|
@ -33,6 +27,13 @@
|
|||
}
|
||||
:local PlaceBefore ([ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ]->0);
|
||||
|
||||
:local Template [ / caps-man access-list get ([ find where disabled \
|
||||
comment=("hotspot-to-wpa template " . $Hotspot) ]->0) ];
|
||||
|
||||
:if ($Template->"action" = "reject") do={
|
||||
$LogPrintExit2 info $0 ("Ignoring login for hotspot '" . $Hotspot . "'.") true;
|
||||
}
|
||||
|
||||
# allow login page to load
|
||||
:delay 1s;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue