diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-27 15:22:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 15:22:18 +0100 |
commit | 7324edfeb7ededc888a23bf72562673da2797f16 (patch) | |
tree | b2eaf944903a738093f0424a28007a0389eec3c0 /interface-definitions/include/firewall/ipv6-hook-output.xml.i | |
parent | b86f13a1e41513c929acffdb693b358b42b234af (diff) | |
parent | 53a48f499ae9bcc2f657136bb7779b38aad1c242 (diff) | |
download | vyos-1x-7324edfeb7ededc888a23bf72562673da2797f16.tar.gz vyos-1x-7324edfeb7ededc888a23bf72562673da2797f16.zip |
Merge pull request #2651 from indrajitr/firewal-rename-enable-default-log
firewall: T5834: Rename 'enable-default-log' to 'default-log'
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 --> |