From f6dbeab8e3f080a7b927526e8e5bac7ea2a4268c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 24 Sep 2021 15:42:23 +0100 Subject: [PATCH] QoS: Make outgoing packet processing use CONNMARK This will significantly reduce the load when classifying outgoing traffic as there won't be any overhead as soon as the connection has been classified. The classficiation is being stored in the iptables MARK which will be copied to CONNMARK if changed. Signed-off-by: Michael Tremer --- config/qos/makeqosscripts.pl | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 230dc3265b..b1bb637b35 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -217,7 +217,10 @@ print </dev/null 2>&1 -- 2.39.5