summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-10-30 17:26:48 +0200
committerGitHub <noreply@github.com>2023-10-30 17:26:48 +0200
commit2d60bc124447c5f978536b796bda4524b121a03c (patch)
treeb49cfb9430a09874e6f2071a96d35d27bd5f3983 /interface-definitions
parent5974491d4b69932876ad697f82e1ef74cd37aa8f (diff)
parent94c98a78717293deb6a9863e40280565d0b47271 (diff)
downloadvyos-1x-2d60bc124447c5f978536b796bda4524b121a03c.tar.gz
vyos-1x-2d60bc124447c5f978536b796bda4524b121a03c.zip
Merge pull request #2400 from vyos/mergify/bp/sagitta/pr-2355
T5643: nat: add interface-groups to nat. Use same cli structure for i… (backport #2355)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/nat.xml.in4
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>