mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
ipv6-update: add missing colon
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
# give the interfaces a moment to receive their addresses
|
||||
:delay 2s;
|
||||
|
||||
if ($OldPrefix != $PdPrefix) do={
|
||||
:if ($OldPrefix != $PdPrefix) do={
|
||||
:log info ("Updating IPv6 address list with new IPv6 prefix " . $PdPrefix);
|
||||
/ ipv6 firewall address-list set address=$PdPrefix $AddrList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user