Skip to content

Commit

Permalink
Update README ipset ipv6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Phurion authored Oct 18, 2019
1 parent ec7bcd3 commit 187dee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ firewalld::ipsets:

* `entries`: An array of entries for the IPset
* `type`: Type of ipset (default: `hash:ip`)
* `options`: A hash of options for the IPset (eg: `{ "family" => "ipv6"}`)
* `options`: A hash of options for the IPset (eg: `{ "family" => "inet6"}`)

Note that `type` and `options` are parameters used when creating the IPset and are not managed after creation - to change the type or options of an ipset you must delete the existing ipset first.

Expand Down

0 comments on commit 187dee5

Please sign in to comment.