diff options
| author | Ryan Zuwala <ryanzuwala@gmail.com> | 2025-04-29 00:53:53 -0400 |
|---|---|---|
| committer | Ryan Zuwala <ryanzuwala@gmail.com> | 2025-04-29 19:31:09 -0400 |
| commit | 43554efc27fcea6703b3b31674a38252434a0f2f (patch) | |
| tree | bb81daf3feb59d3c43846243dc3c1bd5418fca92 /interface-definitions | |
| parent | e6909ffe8fc474e181e9b711f1b08974e152a0a7 (diff) | |
| download | vyos-1x-43554efc27fcea6703b3b31674a38252434a0f2f.tar.gz vyos-1x-43554efc27fcea6703b3b31674a38252434a0f2f.zip | |
nat66: T7051: add group config node
Add CLI config node for "group" when configuring NAT66 source
Ensure there is only one group in NAT66 source rule config
Add smoketest to cover new group usage in source NAT66 rules
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 c59725c53..2c1babd5a 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -53,6 +53,7 @@ </properties> </leafNode> #include <include/nat-port.xml.i> + #include <include/firewall/source-destination-group-ipv6.xml.i> </children> </node> <node name="source"> |
