diff options
-rw-r--r-- | ipv6-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6-update b/ipv6-update index 4fdda3d..bbe5b2d 100644 --- a/ipv6-update +++ b/ipv6-update @@ -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; |