From e9210acfdb9c2c66ff422bbb341a4f8ab71a796d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 18 Dec 2020 00:02:56 +0100 Subject: ipv6-update: add missing colon --- ipv6-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf