mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-03 12:39:35 +00:00
FIXUP
This commit is contained in:
parent
738a64d7a8
commit
638c8cb8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
:local Address [ /ip/firewall/address-list/get $AddressList ];
|
||||
:set ($Maskv4->($Address->"comment")) [ :toip [ :pick ($Address->"address") 0 [ :find ($Address->"address") "/" ] ] ];
|
||||
}
|
||||
:set ($Maskv4->32) 255.255.255.255;
|
||||
:set ($Maskv4->"32") 255.255.255.255;
|
||||
|
||||
:local Maskv6 ({});
|
||||
:for I from=0 to=128 do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue