From d6136fa13e26e117fc1fe5ba89a9fec8f4816524 Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Wed, 17 Jul 2013 13:50:06 +0000 Subject: replace obsolete state module with conntrack (mga#8225) --- Makefile | 2 +- NEWS | 3 +++ rules.d/psd | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 562a09c..ee0b1e4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = mandi -VERSION = 1.2 +VERSION = 1.3 all: (cd src; make) diff --git a/NEWS b/NEWS index 441534f..bcaab57 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.3 +- replace obsolete state module with conntrack (mga#8225) + 1.2: - adapt to new ipset syntax 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 -- cgit v1.2.1