mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:47 +02:00
ipv6-update: add missing colon
This commit is contained in:
parent
62598b6653
commit
e9210acfdb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue