ipv6-update: add missing colon

This commit is contained in:
Christian Hesse 2020-12-18 00:02:56 +01:00
parent 62598b6653
commit e9210acfdb

View file

@ -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;