From 0e58ab45a6e1db0495cf7c66e66b89220d0d6069 Mon Sep 17 00:00:00 2001 From: l0crian1 Date: Thu, 1 May 2025 09:03:06 -0400 Subject: QoS: T7415: Fix tcp flags matching Empty leaf nodes are cleaned, causing the tcp ack and syn flags to not match. These flags were moved to values of the tcp leafNode --- interface-definitions/include/qos/tcp-flags.xml.i | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/qos/tcp-flags.xml.i b/interface-definitions/include/qos/tcp-flags.xml.i index 81d70d1f3..b439e837a 100644 --- a/interface-definitions/include/qos/tcp-flags.xml.i +++ b/interface-definitions/include/qos/tcp-flags.xml.i @@ -1,21 +1,21 @@ - + TCP Flags matching + + ack syn + + + ack + Match TCP ACK + + + syn + Match TCP SYN + + + (ack|syn) + - - - - Match TCP ACK - - - - - - Match TCP SYN - - - - - + -- cgit v1.2.3