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

Adding IPv6 support into the iptables module and state. #9662

Merged
merged 1 commit into from Jan 10, 2014
Merged

Adding IPv6 support into the iptables module and state. #9662

merged 1 commit into from Jan 10, 2014

Conversation

garethgreenaway
Copy link
Contributor

Adding IPv6 support into the iptables module and state. Firewalls for IPv6 use ip6tables to manage it, the module has been updated to accept a new argument for each function named family. Family will default to ipv4 which will cause the module to use iptables specific commands and files, passes ipv6 for the family will cause the module to use ip6tables and friends. The state was also updated to accept the family option with a default of ipv6.

… IPv6 use ip6tables to manage it, the module has been updated to accept a new argument for each function named family. Family will default to ipv4 which will cause the module to use iptables specific commands and files, passes ipv6 for the family will cause the module to use ip6tables and friends. The state was also updated to accept the family option with a default of ipv6.
@ghost
Copy link

ghost commented Jan 10, 2014

Can one of the admins verify this patch?

techhat added a commit that referenced this pull request Jan 10, 2014
Adding IPv6 support into the iptables module and state.
@techhat techhat merged commit 0f11c02 into saltstack:develop Jan 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants