From 36b00b8ed130601a9aab14036c81c2ea788aa000 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 25 Oct 2021 11:42:16 +0200 Subject: [PATCH] makeqosscript: replace marks b< ipt policy match for upsec this is more reliable at not loose some connections. Signed-off-by: Arne Fitzenreiter --- config/qos/makeqosscripts.pl | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index b029a885f2..0694bb78cf 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -61,9 +61,8 @@ my $QOS_INC_MASK = 0x0000ff00; my $QOS_INC_SHIFT = 8; my $QOS_OUT_MASK = 0x000000ff; my $QOS_OUT_SHIFT = 0; -my $IPSEC_MASK = 0x00800000; -my $QOS_INC_SKIP_MASK = $QOS_INC_MASK | $IPSEC_MASK; -my $QOS_OUT_SKIP_MASK = $QOS_OUT_MASK | $IPSEC_MASK; +my $QOS_INC_SKIP_MASK = $QOS_INC_MASK; +my $QOS_OUT_SKIP_MASK = $QOS_OUT_MASK; &General::readhash("${General::swroot}/ethernet/settings", \%netsettings); @@ -322,13 +321,15 @@ print <