diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-26 19:31:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 19:31:38 +0200 |
commit | 4eb4a823ffca7c9ccc5aa437209447efa626b168 (patch) | |
tree | e355456768854706d15efb9d37b022ba00fe749c /interface-definitions/nat66.xml.in | |
parent | 73a627737770a6fa83e16c06b9561e2ad592d208 (diff) | |
parent | 829c67c4da173136071b6ed7deb36a99ea6eb030 (diff) | |
download | vyos-1x-4eb4a823ffca7c9ccc5aa437209447efa626b168.tar.gz vyos-1x-4eb4a823ffca7c9ccc5aa437209447efa626b168.zip |
Merge pull request #1482 from sever-sever/T4631
nat66: T4631: Add port and protocol to nat66 conf
Diffstat (limited to 'interface-definitions/nat66.xml.in')
-rw-r--r-- | interface-definitions/nat66.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index bde1a6f8d..dab4543e0 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -50,6 +50,7 @@ </completionHelp> </properties> </leafNode> + #include <include/nat/protocol.xml.i> <node name="destination"> <properties> <help>IPv6 destination prefix options</help> @@ -72,6 +73,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-port.xml.i> </children> </node> <node name="source"> @@ -96,6 +98,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-port.xml.i> </children> </node> <node name="translation"> @@ -128,6 +131,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-translation-port.xml.i> </children> </node> </children> @@ -179,6 +183,7 @@ </completionHelp> </properties> </leafNode> + #include <include/nat/protocol.xml.i> <node name="destination"> <properties> <help>IPv6 destination prefix options</help> @@ -211,6 +216,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-port.xml.i> </children> </node> <node name="source"> @@ -245,6 +251,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-port.xml.i> </children> </node> <node name="translation"> @@ -269,6 +276,7 @@ </constraint> </properties> </leafNode> + #include <include/nat-translation-port.xml.i> </children> </node> </children> |