From: Ken Barber Date: Wed, 15 Jun 2011 15:34:26 +0000 (+0200) Subject: More doc improvements. X-Git-Tag: v0.0.1~51 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1cfc642e343cac717f57e40f60d34c2a9fd5a7fc;p=puppet-modules%2Fpuppetlabs-firewall.git More doc improvements. --- diff --git a/README.markdown b/README.markdown index a358bcc..336cb76 100644 --- a/README.markdown +++ b/README.markdown @@ -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 :-).