diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-08-05 17:53:13 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-08-05 17:53:13 +0000 |
commit | 3a9e7eafe53108c183cf1f9f2b475f1419236956 (patch) | |
tree | a76296b4ac65f9a1bb987be41c2856def5bfa983 /interface-definitions | |
parent | 2a10ffa4b5074be27458159fa94d6227d0e5c7f7 (diff) | |
download | vyos-1x-3a9e7eafe53108c183cf1f9f2b475f1419236956.tar.gz vyos-1x-3a9e7eafe53108c183cf1f9f2b475f1419236956.zip |
nat66: T4598: Add exclude options in nat66
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/nat66.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index ac3198f45..b50e11c49 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -35,6 +35,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="exclude"> + <properties> + <help>Exclude packets matching this rule from NAT</help> + <valueless/> + </properties> + </leafNode> <leafNode name="log"> <properties> <help>NAT66 rule logging</help> @@ -162,6 +168,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="exclude"> + <properties> + <help>Exclude packets matching this rule from NAT</help> + <valueless/> + </properties> + </leafNode> <leafNode name="log"> <properties> <help>NAT66 rule logging</help> |