diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-06-10 17:47:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 17:47:51 +0300 |
commit | fcad9572e880ab5dd71636e0aa4842dc8997bc44 (patch) | |
tree | 8ab5210f5c4d716cd586ee93d04aeedba723d0ca /interface-definitions/firewall.xml.in | |
parent | 865f38d22a072ee129af2044399ec74b262e897a (diff) | |
parent | 2f3fdb9e96a14abf89a32391b44e24b02c3a96f2 (diff) | |
download | vyos-1x-fcad9572e880ab5dd71636e0aa4842dc8997bc44.tar.gz vyos-1x-fcad9572e880ab5dd71636e0aa4842dc8997bc44.zip |
Merge pull request #1322 from nicolas-fort/T3907-fwall-log
Firewall: T3907: add log-level options in firewall
Diffstat (limited to 'interface-definitions/firewall.xml.in')
-rw-r--r-- | interface-definitions/firewall.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/firewall.xml.in b/interface-definitions/firewall.xml.in index d0218579c..63095bc20 100644 --- a/interface-definitions/firewall.xml.in +++ b/interface-definitions/firewall.xml.in @@ -624,7 +624,7 @@ </properties> <children> #include <include/firewall/action-accept-drop-reject.xml.i> - #include <include/firewall/log.xml.i> + #include <include/firewall/rule-log-level.xml.i> </children> </node> <node name="invalid"> @@ -633,7 +633,7 @@ </properties> <children> #include <include/firewall/action-accept-drop-reject.xml.i> - #include <include/firewall/log.xml.i> + #include <include/firewall/rule-log-level.xml.i> </children> </node> <node name="related"> @@ -642,7 +642,7 @@ </properties> <children> #include <include/firewall/action-accept-drop-reject.xml.i> - #include <include/firewall/log.xml.i> + #include <include/firewall/rule-log-level.xml.i> </children> </node> </children> |