mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-17 16:21:15 +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
|
# give the interfaces a moment to receive their addresses
|
||||||
:delay 2s;
|
:delay 2s;
|
||||||
|
|
||||||
if ($OldPrefix != $PdPrefix) do={
|
:if ($OldPrefix != $PdPrefix) do={
|
||||||
:log info ("Updating IPv6 address list with new IPv6 prefix " . $PdPrefix);
|
:log info ("Updating IPv6 address list with new IPv6 prefix " . $PdPrefix);
|
||||||
/ ipv6 firewall address-list set address=$PdPrefix $AddrList;
|
/ ipv6 firewall address-list set address=$PdPrefix $AddrList;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue