Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@ module openconfig-interfaces {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";

oc-ext:openconfig-version "3.8.1";
oc-ext:openconfig-version "3.10.0";

revision "2026-07-29" {
description
"Add ingress link-down discard counter to interface and
subinterface counters.";
reference
"3.10.0";
}

revision "2026-01-06" {
description
Expand Down Expand Up @@ -880,6 +888,18 @@ module openconfig-interfaces {
Internet Protocol (IP).";
}

leaf in-link-down-discards {
type oc-yang:counter64;
description
"The number of inbound packets received on the interface or
subinterface that were dropped because the egress interface or
next-hop link selected by forwarding or routing was down.

Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of 'last-clear'.";
}

leaf out-octets {
type oc-yang:counter64;
description
Expand Down