diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-08-08 17:49:05 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-08-08 17:53:58 +0000 |
commit | 0863b441f4a95c3d3f678f42f31800e9ec4c924a (patch) | |
tree | 9170f719ed5beda728ee1668ac81d89b896565ed /interface-definitions/nat66.xml.in | |
parent | 3a9e7eafe53108c183cf1f9f2b475f1419236956 (diff) | |
download | vyos-1x-0863b441f4a95c3d3f678f42f31800e9ec4c924a.tar.gz vyos-1x-0863b441f4a95c3d3f678f42f31800e9ec4c924a.zip |
nat66: T4598: add file nat-exclue.xml.i, which is invoked by nat66.xml.in and nat-rule.xml.i
Diffstat (limited to 'interface-definitions/nat66.xml.in')
-rw-r--r-- | interface-definitions/nat66.xml.in | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index b50e11c49..bde1a6f8d 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -35,12 +35,7 @@ <valueless/> </properties> </leafNode> - <leafNode name="exclude"> - <properties> - <help>Exclude packets matching this rule from NAT</help> - <valueless/> - </properties> - </leafNode> + #include <include/nat-exclude.xml.i> <leafNode name="log"> <properties> <help>NAT66 rule logging</help> @@ -168,12 +163,7 @@ <valueless/> </properties> </leafNode> - <leafNode name="exclude"> - <properties> - <help>Exclude packets matching this rule from NAT</help> - <valueless/> - </properties> - </leafNode> + #include <include/nat-exclude.xml.i> <leafNode name="log"> <properties> <help>NAT66 rule logging</help> |