]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
More doc improvements.
authorKen Barber <ken@bob.sh>
Wed, 15 Jun 2011 15:34:26 +0000 (17:34 +0200)
committerKen Barber <ken@bob.sh>
Wed, 15 Jun 2011 15:34:26 +0000 (17:34 +0200)
README.markdown

index a358bcc1debd0ea4eeea0ab9108984a6410d4f64..336cb76525d094bdf610890f33a4d73b18a72da5 100644 (file)
@@ -36,3 +36,20 @@ Deny all:
     firewall { "999 deny all other requests":
       jump => "DENY",
     }
+
+### Supported firewalls
+
+Currently we support:
+
+* Iptables
+
+But plans are to support lots of other firewall implementations:
+
+* Linux IPv6 (ip6tables)
+* FreeBSD (ipf)
+* Mac OS X (ipfw)
+* OpenBSD (pf)
+* Cisco (ASA and basic access lists)
+
+If you have knowledge in these rules and wish to contribute to this project
+feel free to submit patches (after signing a Puppetlabs CLA :-).