Skip to content

Commit

Permalink
Update openconfig-qos-interfaces.yang
Browse files Browse the repository at this point in the history
  • Loading branch information
rszarecki authored Jul 13, 2023
1 parent e2799c0 commit 91bc222
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release/models/qos/openconfig-qos-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91bc222

Please sign in to comment.