We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'family' => 'ipv6'
firewalld_ipset
options
When making an IPset, in the readme file it says to use "ipv6" for IPv6 addresses
{ "family" => "ipv6" } when it should be { "family" => "inet6" } unless this module should be changing ipv6 to inet6 in the background
firewall-cmd won't accept ipv6
firewall-cmd --version 0.6.3
CentOS Linux release 8.0.1905
The text was updated successfully, but these errors were encountered:
@Phurion Good spot. Would you be able to open a PR to fix the README?
Sorry, something went wrong.
Sure I'll try to get one uploaded today
Submitted PR
No branches or pull requests
When making an IPset, in the readme file it says to use "ipv6" for IPv6 addresses
{ "family" => "ipv6" } when it should be
{ "family" => "inet6" } unless this module should be changing ipv6 to inet6 in the background
firewall-cmd won't accept ipv6
firewall-cmd --version
0.6.3
CentOS Linux release 8.0.1905
The text was updated successfully, but these errors were encountered: