diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-11 13:05:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 13:05:42 +0100 |
commit | e5a53d48cf149facb30410c25e55ab3780205186 (patch) | |
tree | 0ea5b052b18f9db57fc65981950529ef478e8298 /interface-definitions/nat66.xml.in | |
parent | 2ca0ac6ac420b5904d87344db80840c640d2cde9 (diff) | |
parent | c4409d6a4e11bf2acc7b5b96888e2c471c4559e5 (diff) | |
download | vyos-1x-e5a53d48cf149facb30410c25e55ab3780205186.tar.gz vyos-1x-e5a53d48cf149facb30410c25e55ab3780205186.zip |
Merge pull request #2471 from nicolas-fort/T5729
T5729: firewall: switch to valueless in
Diffstat (limited to 'interface-definitions/nat66.xml.in')
-rw-r--r-- | interface-definitions/nat66.xml.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index a657535ba..2fd95e03a 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -32,12 +32,7 @@ </properties> </leafNode> #include <include/nat-exclude.xml.i> - <leafNode name="log"> - <properties> - <help>NAT66 rule logging</help> - <valueless/> - </properties> - </leafNode> + #include <include/firewall/log.xml.i> #include <include/firewall/outbound-interface-no-group.xml.i> #include <include/nat/protocol.xml.i> <node name="destination"> |