Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion release/models/isis/openconfig-isis-lsp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ submodule openconfig-isis-lsp {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";

oc-ext:openconfig-version "1.7.0";
oc-ext:openconfig-version "1.7.1";

revision "2026-05-13" {
description
"Specify the unit as Mbps for reference-bandwidth.";
reference "1.7.1";
}

revision "2024-02-28" {
description
Expand Down
8 changes: 7 additions & 1 deletion release/models/isis/openconfig-isis-routing.yang
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ submodule openconfig-isis-routing {
description
"This module describes YANG model for ISIS Routing";

oc-ext:openconfig-version "1.7.0";
oc-ext:openconfig-version "1.7.1";

revision "2026-05-13" {
description
"Specify the unit as Mbps for reference-bandwidth.";
reference "1.7.1";
}

revision "2024-02-28" {
description
Expand Down
12 changes: 10 additions & 2 deletions release/models/isis/openconfig-isis.yang
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ module openconfig-isis {
+-> { levels config }
+-> { level adjacencies }";

oc-ext:openconfig-version "1.7.0";
oc-ext:openconfig-version "1.7.1";

revision "2026-05-13" {
description
"Specify the unit as Mbps for reference-bandwidth.";
reference "1.7.1";
}

revision "2024-02-28" {
description
Expand Down Expand Up @@ -543,8 +549,10 @@ module openconfig-isis {

leaf reference-bandwidth {
type uint32;
units "Mbps";
description
"ISIS Reference Bandwidth value";
"ISIS Reference Bandwidth value expressed in megabits per
second.";
Comment thread
earies marked this conversation as resolved.
}
}

Expand Down
Loading