Skip to content
New issue

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

Update README with correct ipset ipv6 example #233

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

Phurion
Copy link
Contributor

@Phurion Phurion commented Oct 18, 2019

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

In the readme file under ipset it says to use family => ipv6 when it should family => inet6. This is the value that firewall-cmd look for.
@alexjfisher
Copy link
Member

Great! Thanks.

@alexjfisher alexjfisher merged commit 4051ffd into voxpupuli:master Oct 18, 2019
@alexjfisher alexjfisher added the docs Improvements or additions to documentation label Oct 18, 2019
@alexjfisher
Copy link
Member

Fixes #231

@alexjfisher alexjfisher changed the title Update README ipset ipv6 Update README with correct ipset ipv6 example Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants