From b80973d0e9f7aa266b079ebb04758c2c3dec4531 Mon Sep 17 00:00:00 2001 From: l0crian1 Date: Wed, 21 May 2025 11:47:34 -0400 Subject: T7415: Fix tcp flags matching Empty leaf nodes are cleaned, causing the tcp ack and syn flags to not match. These values are exempted from being cleaned. --- 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 b439e837a..81d70d1f3 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