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 20, 2023
1 parent e1d6dc6 commit 305961f
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions release/models/qos/openconfig-qos-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ submodule openconfig-qos-interfaces {
configuration and operational state associated with
interfaces.";

oc-ext:openconfig-version "0.10.0";

revision "2023-07-13" {
description
"Add support for aged-packet, aged-byte conters";
reference "0.10.0";
}
oc-ext:openconfig-version "0.9.1";

revision "2023-04-25" {
description
Expand Down Expand Up @@ -368,25 +362,13 @@ submodule openconfig-qos-interfaces {
leaf dropped-pkts {
type oc-yang:counter64;
description
"Number of packets dropped by the queue due to overrun, that is tail-drop or WRED drop";
"Number of packets dropped by the queue due to overrun";
}

leaf dropped-octets {
type oc-yang:counter64;
description
"Number of octets dropped by the queue due to overrun, that is tail-drop or WRED drop";
}

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.";
"Number of octets dropped by the queue due to overrun";
}
}

Expand Down

0 comments on commit 305961f

Please sign in to comment.