Open LionelCons opened 4 years ago
The firewalld_ipset type strips /32 suffixes from addresses it sees. This is fine for IPv4 but not for IPv6. /32 should only be stripped for IPv4 addresses.
firewalld_ipset
/32
FWIW, this bug is similar to https://github.com/voxpupuli/puppet-ipset/issues/30.
The
firewalld_ipset
type strips/32
suffixes from addresses it sees. This is fine for IPv4 but not for IPv6./32
should only be stripped for IPv4 addresses.FWIW, this bug is similar to https://github.com/voxpupuli/puppet-ipset/issues/30.