ansible/changelogs/fragments/49796-ufw-insert-relative-to.yml
Felix Fontein 09f78d2f6c 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.
2019-02-12 08:05:14 +00:00

3 lines
210 B
YAML

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."