supriyadi_kahar

kick hotspot

Mar 26th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. :local dumplist [/ip hotspot active find]
  2. :foreach i in=$dumplist do={
  3. /ip hotspot active remove $i
  4. }
  5. :local dumplist [/ip hotspot cookie find]
  6. :foreach i in=$dumplist do={
  7. /ip hotspot cookie remove $i
  8. }
Add Comment
Please, Sign In to add comment