diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-18 15:32:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-12-18 15:32:51 +0100 |
commit | be757722560df23796a3b0e3b290e6265b043431 (patch) | |
tree | 045a4911df6ec6a813f65546280955493d18631c /doc/ipv6-update.md | |
parent | 62598b66531f7fe794300a298ee09849b317edab (diff) | |
parent | 3657830582c4e5b4c75050bc2145adee52fbef28 (diff) |
Merge branch 'ipv6-update'
Diffstat (limited to 'doc/ipv6-update.md')
-rw-r--r-- | doc/ipv6-update.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ipv6-update.md b/doc/ipv6-update.md index 93ada42..f736433 100644 --- a/doc/ipv6-update.md +++ b/doc/ipv6-update.md @@ -40,6 +40,15 @@ firewall rules, comment has to be "`ipv6-pool-`" and actual pool name: / ipv6 firewall address-list add address=2003:cf:2f0f:de00::/56 comment=ipv6-pool-isp list=extern; +As this entry is mandatory it is created automatically if it does not exist, +with the comment also set for list. + +Address list entries for specific interfaces can be updated as well. The +interface needs to get its address from pool `isp` and the address list entry +has to be associated to an interface in comment: + + / ipv6 firewall address-list add address=2003:cf:2f0f:de01::/64 comment="ipv6-pool-isp, interface=br-local" list=local; + Static DNS records need a special comment to be updated. Again it has to start with "`ipv6-pool-`" and actual pool name, followed by a comma, "`interface=`" and the name of interface this address is connected to: |