From 4d818afc5ddc6aa16f453e19188cf3ca62d53d2f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 12 Mar 2017 14:45:23 +0100 Subject: [PATCH] QoS: move layer7 unspec match to PREROUTING in POSTROUTING it not get the local answerpackets. Signed-off-by: Arne Fitzenreiter --- config/qos/makeqosscripts.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index b623cbec9..b86e375d8 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -252,8 +252,8 @@ foreach $subclassentry (sort @subclasses) { } print </dev/null 2>&1 iptables -t mangle --delete-chain QOS-TOS >/dev/null 2>&1 # remove l7-filter - iptables -t mangle --delete POSTROUTING -m layer7 --l7proto unset + iptables -t mangle --delete PREROUTING -m layer7 --l7proto unset rmmod sch_htb >/dev/null 2>&1