From 744f42eca7e609b38ec5de0700597437434fc50a Mon Sep 17 00:00:00 2001 From: Arjen Zonneveld Date: Thu, 15 Apr 2021 14:21:42 +0200 Subject: [PATCH] Update README.md `state` does not allow inversion, nor in the puppet code in this project nor in iptables rules. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2