From: Arjen Zonneveld Date: Thu, 15 Apr 2021 12:21:42 +0000 (+0200) Subject: Update README.md X-Git-Tag: v3.0.1~6^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=744f42eca7e609b38ec5de0700597437434fc50a;p=puppet-modules%2Fpuppetlabs-firewall.git Update README.md `state` does not allow inversion, nor in the puppet code in this project nor in iptables rules. --- diff --git a/README.md b/README.md index 768faf1..de5475f 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ class profile::apache { Firewall rules may be inverted by prefixing the value of a parameter by "! ". If the value is an array, then every item in the array must be prefixed as iptables does not understand inverting a single value. -Parameters that understand inversion are: connmark, ctstate, destination, dport, dst\_range, dst\_type, iniface, outiface, port, proto, source, sport, src\_range, src\_type, and state. +Parameters that understand inversion are: connmark, ctstate, destination, dport, dst\_range, dst\_type, iniface, outiface, port, proto, source, sport, src\_range and src\_type. Examples: