diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-18 02:45:12 -0600 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-30 20:31:55 +0100 |
commit | 2c8e41465ee3e4ee8fe5048df3265c7b10ee3b91 (patch) | |
tree | ce446c4ac58c5a5b293b4d33c4d1584374197cca /interface-definitions/include/firewall/ipv4-hook-output.xml.i | |
parent | 74e749be2e4b0ce7da259c84535dff6ba1d072cf (diff) | |
download | vyos-1x-2c8e41465ee3e4ee8fe5048df3265c7b10ee3b91.tar.gz vyos-1x-2c8e41465ee3e4ee8fe5048df3265c7b10ee3b91.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.
(cherry picked from commit 245e758aa2ea8779186d0c92d79d33170d036992)
Diffstat (limited to 'interface-definitions/include/firewall/ipv4-hook-output.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv4-hook-output.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/firewall/ipv4-hook-output.xml.i b/interface-definitions/include/firewall/ipv4-hook-output.xml.i index 80c30cdeb..2b537ce5e 100644 --- a/interface-definitions/include/firewall/ipv4-hook-output.xml.i +++ b/interface-definitions/include/firewall/ipv4-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 --> |