From f857c5c63040664414dc07838052155305136c5a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 4 Oct 2021 18:52:21 +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 Signed-off-by: Arne Fitzenreiter --- 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.2