From 91bc222acb7ef4bcd484e2f835d963796aa4eeb2 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:13:36 -0700 Subject: [PATCH] Update openconfig-qos-interfaces.yang --- release/models/qos/openconfig-qos-interfaces.yang | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release/models/qos/openconfig-qos-interfaces.yang b/release/models/qos/openconfig-qos-interfaces.yang index eca7a5e21..eacb96bca 100644 --- a/release/models/qos/openconfig-qos-interfaces.yang +++ b/release/models/qos/openconfig-qos-interfaces.yang @@ -370,6 +370,18 @@ submodule openconfig-qos-interfaces { description "Number of octets dropped by the queue due to overrun"; } + + leaf aged-pkts { + type oc-yang:counter64; + description + "Number of packets dropped due to timeout; Timeout occurse when queue is not full yet, so packet are enqueued and not tail/WRED dropped, but there is no transmission out of queue - queue is starved by other higher priority traffic for extended period of time."; + } + + leaf aged-octets { + type oc-yang:counter64; + description + "Number of octets dropped by the queue due to timeout; Timeout occurse when queue is not full yet, so packet are enqueued and not tail/WRED dropped, but there is no transmission out of queue - queue is starved by other higher priority traffic for extended period of time."; + } } grouping qos-interface-queue-top {