Skip to content

Commit

Permalink
Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION. (#239)
Browse files Browse the repository at this point in the history
* Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.
  * (M) release/models/ospf/openconfig-ospfv2-lsdb.yang
  • Loading branch information
nkitchen-arista authored Aug 9, 2024
1 parent 94683fe commit 6e28490
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
8 changes: 7 additions & 1 deletion release/models/ospf/openconfig-ospfv2-area-interface.yang
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ submodule openconfig-ospfv2-area-interface {
"This submodule provides OSPFv2 configuration and operational
state parameters that are specific to the area context";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down
8 changes: 7 additions & 1 deletion release/models/ospf/openconfig-ospfv2-area.yang
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ submodule openconfig-ospfv2-area {
"This submodule provides OSPFv2 configuration and operational
state parameters that are specific to the area context";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down
8 changes: 7 additions & 1 deletion release/models/ospf/openconfig-ospfv2-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ submodule openconfig-ospfv2-common {
"This submodule provides OSPFv2 configuration and operational
state parameters that are shared across multiple contexts";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down
8 changes: 7 additions & 1 deletion release/models/ospf/openconfig-ospfv2-global.yang
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ submodule openconfig-ospfv2-global {
"This submodule provides OSPFv2 configuration and operational
state parameters that are global to a particular OSPF instance";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down
10 changes: 8 additions & 2 deletions release/models/ospf/openconfig-ospfv2-lsdb.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ submodule openconfig-ospfv2-lsdb {
"An OpenConfig model for the Open Shortest Path First (OSPF)
version 2 link-state database (LSDB)";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down Expand Up @@ -749,7 +755,7 @@ submodule openconfig-ospfv2-lsdb {
} // grace LSA

container router-information {
when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION_LSA'" {
when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION'" {
description
"Include the router-information container when the opaque LSA
type is specified to be an RI LSA";
Expand Down
8 changes: 7 additions & 1 deletion release/models/ospf/openconfig-ospfv2.yang
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ module openconfig-ospfv2 {
"An OpenConfig model for Open Shortest Path First (OSPF)
version 2";

oc-ext:openconfig-version "0.5.1";
oc-ext:openconfig-version "0.5.2";

revision "2024-06-17" {
description
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
reference "0.5.2";
}

revision "2023-11-01" {
description
Expand Down

0 comments on commit 6e28490

Please sign in to comment.