You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add IPv6 ipset support, add support for ipset_options
Feature: Add support for IPv6 addresses to ipsets. You can now specify IPv6 addresses
when using `ipset` in the `ipset_entries` list when using `hash:ip` or `hash:net`. You
can also specify `ipset_options` which are extra key/value pairs of options for
the ipset.
Reason: Users need to be able to specify IPv6 addresses in `ipset` definitions, and need
to be able to specify `ipset_options` for ipsets.
Result: Users can specify IPv6 addresses and options in `ipset` definitions.
NOTE: You cannot mix IPv4, IPv6, and MAC addresses in the same `ipset_entries` list.
This is a limitation of the underlying firewalld implementation.
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
0 commit comments