mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-05 05:29:37 +00:00
FIXUP
This commit is contained in:
parent
f55770b6a6
commit
fef1b7dc47
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
:local ListComment ("managed by " . $ScriptName);
|
:local ListComment ("managed by " . $ScriptName);
|
||||||
:local GenList ($ScriptName . "-" . [ $GetRandom20CharAlNum ]);
|
:local GenList ($ScriptName . "-" . [ $GetRandom20CharAlNum ]);
|
||||||
:local Maskv4 ({});
|
:local Maskv4 ({});
|
||||||
:for I from=0 to=31 do={
|
:for I from=0 to=32 do={
|
||||||
/ip/firewall/address-list/add dynamic=yes timeout=30s list=$GenList address=("255.255.255.255/" . $I) comment=$I;
|
/ip/firewall/address-list/add dynamic=yes timeout=30s list=$GenList address=("255.255.255.255/" . $I) comment=$I;
|
||||||
}
|
}
|
||||||
:foreach AddressList in=[ /ip/firewall/address-list/find where list=$GenList ] do={
|
:foreach AddressList in=[ /ip/firewall/address-list/find where list=$GenList ] do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue