summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-10-24 06:17:12 +0200
committerGitHub <noreply@github.com>2023-10-24 06:17:12 +0200
commit90bcb2f96f32f20c355ce4223d0afe89fb12271f (patch)
tree8060558921386c3fc22efdd935f4adc4b4c0b2a6 /interface-definitions
parent9c029b71cbf8bd61c6e37789ba8da170e6282761 (diff)
parent2f2c3fa22478c7ba2e116486d655e07df878cdf4 (diff)
downloadvyos-1x-90bcb2f96f32f20c355ce4223d0afe89fb12271f.tar.gz
vyos-1x-90bcb2f96f32f20c355ce4223d0afe89fb12271f.zip
Merge pull request #2355 from nicolas-fort/T5643
T5643: nat: add interface-groups to nat. Use same cli structure for i…
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>