aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-12-18 00:02:56 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-12-18 00:02:56 +0100
commite9210acfdb9c2c66ff422bbb341a4f8ab71a796d (patch)
treecfc3b6208857d6e06ab81290c9255b4c8c013a37
parent62598b66531f7fe794300a298ee09849b317edab (diff)
ipv6-update: add missing colon
-rw-r--r--ipv6-update2
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;