diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-18 00:02:56 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-12-18 00:02:56 +0100 |
commit | e9210acfdb9c2c66ff422bbb341a4f8ab71a796d (patch) | |
tree | cfc3b6208857d6e06ab81290c9255b4c8c013a37 /ipv6-update | |
parent | 62598b66531f7fe794300a298ee09849b317edab (diff) |
ipv6-update: add missing colon
Diffstat (limited to 'ipv6-update')
-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; |