puppet-tripleo/releasenotes/notes/firewall-rules-support-ipversion-c9e2adeca34b2fd0.yaml
Harald Jensås 7264c75c37 Add 'ipversion' to firewall/rule.pp
Add the posibility to add 'ipversion' to the firewall
rule manifest.

Closes-Bug: #1845153
Change-Id: Id872c55cfc6b958fef3ccda2d923f821a1fe6a13
2019-09-25 18:36:44 +00:00

10 lines
350 B
YAML

---
features:
- |
The ``ipversion`` parameter was added to tripleo::firewall:rule. Allowing
the user to provide the IP version (``ipv4`` or ``ipv6``) for firewall
rules. With the default (``undef``) the rule will be created in both
*iptables* and *ip6tables*.
Bug: `1845153 <https://bugs.launchpad.net/tripleo/+bug/1845153>`_.