summaryrefslogtreecommitdiffstats
path: root/rules.d/psd
diff options
context:
space:
mode:
authorDerek Jennings <djennings@mageia.org>2013-07-17 13:50:06 +0000
committerColin Guthrie <colin@mageia.org>2013-08-24 18:33:20 +0100
commitd6136fa13e26e117fc1fe5ba89a9fec8f4816524 (patch)
tree1e90f99b5bea44cb23301dc28394cffb8c0f8a5d /rules.d/psd
parentebc3d5d346521277b1606691364a0458aa27a8cd (diff)
downloadmandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.gz
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.bz2
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.xz
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.zip
replace obsolete state module with conntrack (mga#8225)
Diffstat (limited to 'rules.d/psd')
-rw-r--r--rules.d/psd2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.d/psd b/rules.d/psd
index c4c5d96..18c5abe 100644
--- a/rules.d/psd
+++ b/rules.d/psd
@@ -1 +1 @@
-iptables -A Ifw -m state --state NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN
+iptables -A Ifw -m conntrack --ctstate NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN