diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-10-10 17:35:30 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-24 04:18:48 +0000 |
commit | 94c98a78717293deb6a9863e40280565d0b47271 (patch) | |
tree | 1dd9c3124a87cc5dd3b7a1f22fa01f3ef1b401f3 /interface-definitions/nat.xml.in | |
parent | b15dbec9b5df507ee31f8e029c5a1c58762a6e43 (diff) | |
download | vyos-1x-94c98a78717293deb6a9863e40280565d0b47271.tar.gz vyos-1x-94c98a78717293deb6a9863e40280565d0b47271.zip |
T5643: nat: add interface-groups to nat. Use same cli structure for interface-name|interface-group as in firewall.
(cherry picked from commit 2f2c3fa22478c7ba2e116486d655e07df878cdf4)
Diffstat (limited to 'interface-definitions/nat.xml.in')
-rw-r--r-- | interface-definitions/nat.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/nat.xml.in b/interface-definitions/nat.xml.in index a06ceefb6..0a639bd80 100644 --- a/interface-definitions/nat.xml.in +++ b/interface-definitions/nat.xml.in @@ -14,7 +14,7 @@ #include <include/nat-rule.xml.i> <tagNode name="rule"> <children> - #include <include/inbound-interface.xml.i> + #include <include/firewall/inbound-interface.xml.i> <node name="translation"> <properties> <help>Inside NAT IP (destination NAT only)</help> @@ -77,7 +77,7 @@ <constraintErrorMessage>NAT rule number must be between 1 and 999999</constraintErrorMessage> </properties> <children> - #include <include/nat-interface.xml.i> + #include <include/firewall/outbound-interface.xml.i> <node name="translation"> <properties> <help>Outside NAT IP (source NAT only)</help> |