example42 / puppet-iptables

Iptables Puppet Module (for host based firewalling)
http://www.example42.com
Other
14 stars 41 forks source link

Support IPv6 NAT table on recent kernels #74

Closed sid3windr closed 8 years ago

sid3windr commented 8 years ago

This commit adds support for the IPv6 NAT table on Linux 3.8 and up, using the $kernelmajversion fact. As far as I know this is omnipresent.

Without this commit, behaviour is:

With this commit, behaviour is:

Closes #73.

alvagante commented 8 years ago

Thank you