diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-30 17:27:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 17:27:17 +0200 |
commit | e663fc49edc3043d63b648b482b633c1ff233ac4 (patch) | |
tree | df2ba35456a772222de1dd475d8ff21faf883571 /interface-definitions | |
parent | 2cd0baa50e244529462e3aed064b923c6cbab859 (diff) | |
parent | 8dcb042bb2352717395ba3c17bc5437534c83af5 (diff) | |
download | vyos-1x-e663fc49edc3043d63b648b482b633c1ff233ac4.tar.gz vyos-1x-e663fc49edc3043d63b648b482b633c1ff233ac4.zip |
Merge pull request #4113 from vyos/mergify/bp/circinus/pr-4024
T6687: add fqdn support to nat rules. (backport #4024)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/nat-rule.xml.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/include/nat-rule.xml.i b/interface-definitions/include/nat-rule.xml.i index deb13529d..0a7179ff1 100644 --- a/interface-definitions/include/nat-rule.xml.i +++ b/interface-definitions/include/nat-rule.xml.i @@ -18,6 +18,7 @@ <help>NAT destination parameters</help> </properties> <children> + #include <include/firewall/fqdn.xml.i> #include <include/nat-address.xml.i> #include <include/nat-port.xml.i> #include <include/firewall/source-destination-group.xml.i> @@ -315,6 +316,7 @@ <help>NAT source parameters</help> </properties> <children> + #include <include/firewall/fqdn.xml.i> #include <include/nat-address.xml.i> #include <include/nat-port.xml.i> #include <include/firewall/source-destination-group.xml.i> |