mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
ufw: allow to insert rules relative to first/last IPv4/IPv6 rules (#49796)
* Insert should have type int. * Add insert_relative_to option. * Add changelog. * Add tests. * Improve comment.
This commit is contained in:
committed by
John R Barker
parent
2e3964b474
commit
09f78d2f6c
3
changelogs/fragments/49796-ufw-insert-relative-to.yml
Normal file
3
changelogs/fragments/49796-ufw-insert-relative-to.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- "ufw - type of option ``insert`` is now enforced to be ``int``."
|
||||
- "ufw - new ``insert_relative_to`` option allows to specify rule insertion position relative to first/last IPv4/IPv6 address."
|
||||
Reference in New Issue
Block a user