Create 324-fix-firewall-log-and-log-prefix.yaml

This commit is contained in:
liquorice-head 2024-10-23 14:29:05 +04:00 committed by GitHub
parent 62d31e41e0
commit 1920553c4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
bugfixes:
- fields 'log' and 'log-prefix' in paths ip firewall filter, mangle, nat, raw changed from KeyInfo(can_disable=True) to KeyInfo(default=False) for 'log' and KeyInfo(default='') for 'log-prefix' (https://github.com/ansible-collections/community.routeros/pull/324).