diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-22 17:22:20 -0600 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-30 20:34:43 +0100 |
commit | 57faafc8f8597f62d5edb5529349a565d7d2e865 (patch) | |
tree | 3fafc708ec64485fd63cc14dfa84207005d1d364 /interface-definitions/include/firewall/common-rule-bridge.xml.i | |
parent | 3d579863c98627fbe83efc6033ccc37b81e68d96 (diff) | |
download | vyos-1x-57faafc8f8597f62d5edb5529349a565d7d2e865.tar.gz vyos-1x-57faafc8f8597f62d5edb5529349a565d7d2e865.zip |
firewall: T5834: Improve log message and simplify log-option include
`include/firewall/rule-log-options.xml.i` is now more aptly renamed to
`include/firewall/log-options.xml.i`.
(cherry picked from commit 53a48f499ae9bcc2f657136bb7779b38aad1c242)
Diffstat (limited to 'interface-definitions/include/firewall/common-rule-bridge.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/common-rule-bridge.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/firewall/common-rule-bridge.xml.i b/interface-definitions/include/firewall/common-rule-bridge.xml.i index ebf95a111..dcdd970ac 100644 --- a/interface-definitions/include/firewall/common-rule-bridge.xml.i +++ b/interface-definitions/include/firewall/common-rule-bridge.xml.i @@ -19,7 +19,7 @@ </properties> </leafNode> #include <include/firewall/log.xml.i> -#include <include/firewall/rule-log-options.xml.i> +#include <include/firewall/log-options.xml.i> <node name="source"> <properties> <help>Source parameters</help> @@ -31,4 +31,4 @@ #include <include/firewall/inbound-interface.xml.i> #include <include/firewall/outbound-interface.xml.i> #include <include/firewall/match-vlan.xml.i> -<!-- include end -->
\ No newline at end of file +<!-- include end --> |