Skip to content

Commit

Permalink
fix description typo under openconfig-interfaces module interface-ref…
Browse files Browse the repository at this point in the history
…-common group (#1231)
  • Loading branch information
awebsters authored Dec 5, 2024
1 parent 55b3212 commit 2509966
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ 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.7.1";
oc-ext:openconfig-version "3.7.2";

revision "2024-12-05" {
description
"Description typo for unnumbered/interface-ref/config/subinterface leaf";
reference
"3.7.2";
}

revision "2024-04-04" {
description
Expand Down Expand Up @@ -230,7 +237,7 @@ module openconfig-interfaces {
"Reference to a subinterface -- this requires the base
interface to be specified using the interface leaf in
this container. If only a reference to a base interface
is requuired, this leaf should not be set.";
is required, this leaf should not be set.";
}
}

Expand Down

0 comments on commit 2509966

Please sign in to comment.