diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-08-20 16:26:55 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-08-20 16:26:55 +0000 |
commit | b752c8779712ec4e1c3b653081768361359c57f7 (patch) | |
tree | 8b0fd7b7b4dbe91ece1131c3660ebe47a2a7db52 /interface-definitions/nat66.xml.in | |
parent | 26361076d2b4136dae9ba426c486430002b6e9ac (diff) | |
download | vyos-1x-b752c8779712ec4e1c3b653081768361359c57f7.tar.gz vyos-1x-b752c8779712ec4e1c3b653081768361359c57f7.zip |
nat66: T4631: Add port and protocol to nat66
Ability to configure src/dst/translation port and protocol for
SNAT and DNAT IPv6
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> |