From: Jonathan Davies Date: Sun, 8 Feb 2015 21:19:43 +0000 (+0000) Subject: README: Added an example of an IPv6-based rule. X-Git-Tag: 1.5.0~10^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=88b4c00cf34cde91470d13144274ea7d706a24f7;p=puppet-modules%2Fpuppetlabs-firewall.git README: Added an example of an IPv6-based rule. --- diff --git a/README.markdown b/README.markdown index d14143e..4dd3037 100644 --- a/README.markdown +++ b/README.markdown @@ -187,6 +187,20 @@ firewall { "999 drop all other requests": action => "drop", } ``` + +#### Example of an IPv6 rule + +IPv6 rules can be specified using the _ip6tables_ provider: + +```puppet +firewall { "006 Allow inbound SSH (v6)": + port => 22, + proto => tcp, + action => accept, + provider => 'ip6tables', +} +``` + ###Application-Specific Rules Puppet doesn't care where you define rules, and this means that you can place