From ecc03bd6e499bfa071218aa70d325fcfcc191dec Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 3 Aug 2022 12:58:24 +0000 Subject: nat66: T4586: Add SNAT destination prefix and DNAT address Ability to configure SNAT destination prefix and DNAT source address Add option "!" - not address/prefix for NAT66 --- interface-definitions/nat66.xml.in | 73 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'interface-definitions/nat66.xml.in') diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index b47f653c6..ac3198f45 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -49,6 +49,30 @@ + + + IPv6 destination prefix options + + + + + IPv6 prefix to be translated + + ipv6net + IPv6 prefix + + + !ipv6net + Match everything except the specified IPv6 prefix + + + + + + + + + IPv6 source prefix options @@ -61,8 +85,13 @@ ipv6net IPv6 prefix + + !ipv6net + Match everything except the specified IPv6 prefix + + @@ -164,9 +193,53 @@ ipv6net IPv6 prefix + + !ipv6 + Match everything except the specified IPv6 address + + + !ipv6net + Match everything except the specified IPv6 prefix + + + + + + + + + + + + + + IPv6 source prefix options + + + + + IPv6 address or prefix to be translated + + ipv6 + IPv6 address + + + ipv6net + IPv6 prefix + + + !ipv6 + Match everything except the specified IPv6 address + + + !ipv6net + Match everything except the specified IPv6 prefix + + + -- cgit v1.2.3