diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-11 07:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 07:48:49 +0200 |
commit | 4bbd5c7c13f7ea72ba40813db0e6258ecf0a59f7 (patch) | |
tree | 6f4de57bc5af3b482619a91ff1dfcf144214b4a8 /interface-definitions | |
parent | 7767fb40b4c4e48a73cbff88860b889302476d22 (diff) | |
parent | f96733dd1e8d840012d98740006d7999a9fa6776 (diff) | |
download | vyos-1x-4bbd5c7c13f7ea72ba40813db0e6258ecf0a59f7.tar.gz vyos-1x-4bbd5c7c13f7ea72ba40813db0e6258ecf0a59f7.zip |
Merge pull request #4023 from nvollmar/T6679
T6679: add group option for nat66
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/nat66.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index 32d501cce..c59725c53 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -179,6 +179,7 @@ </properties> </leafNode> #include <include/nat-port.xml.i> + #include <include/firewall/source-destination-group-ipv6.xml.i> </children> </node> <node name="source"> |