aboutsummaryrefslogtreecommitdiffstats
path: root/ipv6-update
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-12-18 09:59:13 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-12-18 09:59:13 +0100
commit744a03896c3276ca0bee9af5735851bb64a7f542 (patch)
tree9d5a6f469c2f0827546781fdde5d41f463484da4 /ipv6-update
parente9210acfdb9c2c66ff422bbb341a4f8ab71a796d (diff)
ipv6-update: automatically add ipv6 address list entry
Diffstat (limited to 'ipv6-update')
-rw-r--r--ipv6-update5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipv6-update b/ipv6-update
index bbe5b2d..56dbd16 100644
--- a/ipv6-update
+++ b/ipv6-update
@@ -17,6 +17,11 @@
:local Pool [ / ipv6 pool get [ find where prefix=$PdPrefix ] name ];
:local AddrList [ / ipv6 firewall address-list find where comment=("ipv6-pool-" . $Pool) ];
+:if ([ :len $AddrList ] = 0) do={
+ :log info ("Missing ipv6 address list entry for ipv6-pool-" . $Pool . ", adding.");
+ / ipv6 firewall address-list add list=("ipv6-pool-" . $Pool) address=:: comment=("ipv6-pool-" . $Pool);
+ :set AddrList [ / ipv6 firewall address-list find where comment=("ipv6-pool-" . $Pool) ];
+}
:local OldPrefix [ / ipv6 firewall address-list get $AddrList address ];
# give the interfaces a moment to receive their addresses