diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-22 17:22:20 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-26 21:49:51 -0600 |
commit | 53a48f499ae9bcc2f657136bb7779b38aad1c242 (patch) | |
tree | b2eaf944903a738093f0424a28007a0389eec3c0 /interface-definitions/include/firewall/common-rule-bridge.xml.i | |
parent | f8f382b2195da8db8b730f107ffba16e67dac822 (diff) | |
download | vyos-1x-53a48f499ae9bcc2f657136bb7779b38aad1c242.tar.gz vyos-1x-53a48f499ae9bcc2f657136bb7779b38aad1c242.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`.
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 a27cae43b..6de770c79 100644 --- a/interface-definitions/include/firewall/common-rule-bridge.xml.i +++ b/interface-definitions/include/firewall/common-rule-bridge.xml.i @@ -24,7 +24,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> @@ -36,4 +36,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 --> |