diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-18 02:45:12 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-26 16:28:25 -0600 |
commit | 245e758aa2ea8779186d0c92d79d33170d036992 (patch) | |
tree | 7bc53533d3f4f0e4913e80958edd26663d3e0b4f /interface-definitions/include/firewall/ipv6-hook-output.xml.i | |
parent | b86f13a1e41513c929acffdb693b358b42b234af (diff) | |
download | vyos-1x-245e758aa2ea8779186d0c92d79d33170d036992.tar.gz vyos-1x-245e758aa2ea8779186d0c92d79d33170d036992.zip |
firewall: T5834: Rename 'enable-default-log' to 'default-log'
Rename chain level defaults log option from `enable-default-log` to
`default-log` for consistency.
Diffstat (limited to 'interface-definitions/include/firewall/ipv6-hook-output.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv6-hook-output.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/firewall/ipv6-hook-output.xml.i b/interface-definitions/include/firewall/ipv6-hook-output.xml.i index 452b9027f..ffe1c72b8 100644 --- a/interface-definitions/include/firewall/ipv6-hook-output.xml.i +++ b/interface-definitions/include/firewall/ipv6-hook-output.xml.i @@ -10,7 +10,7 @@ </properties> <children> #include <include/firewall/default-action-base-chains.xml.i> - #include <include/firewall/enable-default-log.xml.i> + #include <include/firewall/default-log.xml.i> #include <include/generic-description.xml.i> <tagNode name="rule"> <properties> @@ -33,4 +33,4 @@ </node> </children> </node> -<!-- include end -->
\ No newline at end of file +<!-- include end --> |