From 6a3ce54e63b77590ce76c34774cb091243ce81b3 Mon Sep 17 00:00:00 2001 From: PranavAdityaCP <129032147+PranavAdityaCP@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:02:04 +0530 Subject: [PATCH] Update openconfig-qos-elements.yang --- release/models/qos/openconfig-qos-elements.yang | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release/models/qos/openconfig-qos-elements.yang b/release/models/qos/openconfig-qos-elements.yang index 2f11b49b3..77be8c691 100644 --- a/release/models/qos/openconfig-qos-elements.yang +++ b/release/models/qos/openconfig-qos-elements.yang @@ -190,6 +190,15 @@ submodule openconfig-qos-elements { description "Identifier for the match term"; } + leaf sequence-id { + type uint32; + description + "The sequence id determines the order in which terms + are matched. The sequence id must be unique for each entry + in terms. Target devices should apply the terms + in ascending order determined by sequence id (low to + high), rather than the relying only on order in the list."; + } } grouping qos-classifier-term-state {