Skip to content

Commit

Permalink
Fixing trailing spaces and missing version update
Browse files Browse the repository at this point in the history
  • Loading branch information
xandrorel committed Oct 25, 2024
1 parent 2ccf0af commit 2a3e9e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions release/models/isis/openconfig-isis-lsp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ 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 "2024-02-28" {
revision "2024-10-25" {
description
"ISIS graceful-restart timers and per-level configuration.";
"Add enabled leaf into isis multi-topology configuration.";
reference "1.7.1";
}

revision "2024-10-25" {
revision "2024-02-28" {
description
"Add enabled leaf into isis multi-topology configuration.";
reference "1.7.1";
"ISIS graceful-restart timers and per-level configuration.";
reference "1.7.0";
}

revision "2024-02-20" {
description
"Fix typo in RFC reference for adjacency-state.";
Expand Down
2 changes: 1 addition & 1 deletion release/models/isis/openconfig-isis-routing.yang
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ submodule openconfig-isis-routing {
"Add enabled leaf into isis multi-topology configuration.";
reference "1.7.1";
}

revision "2024-02-28" {
description
"ISIS graceful-restart timers and per-level configuration.";
Expand Down
2 changes: 1 addition & 1 deletion release/models/isis/openconfig-isis.yang
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module openconfig-isis {
"Add enabled leaf into isis multi-topology configuration.";
reference "1.7.1";
}

revision "2024-02-28" {
description
"ISIS graceful-restart timers and per-level configuration.";
Expand Down

0 comments on commit 2a3e9e5

Please sign in to comment.