Skip to content

Commit 6e28490

Browse files
Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION. (#239)
* Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION. * (M) release/models/ospf/openconfig-ospfv2-lsdb.yang
1 parent 94683fe commit 6e28490

File tree

6 files changed

+43
-7
lines changed

6 files changed

+43
-7
lines changed

release/models/ospf/openconfig-ospfv2-area-interface.yang

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ submodule openconfig-ospfv2-area-interface {
2525
"This submodule provides OSPFv2 configuration and operational
2626
state parameters that are specific to the area context";
2727

28-
oc-ext:openconfig-version "0.5.1";
28+
oc-ext:openconfig-version "0.5.2";
29+
30+
revision "2024-06-17" {
31+
description
32+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
33+
reference "0.5.2";
34+
}
2935

3036
revision "2023-11-01" {
3137
description

release/models/ospf/openconfig-ospfv2-area.yang

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ submodule openconfig-ospfv2-area {
2323
"This submodule provides OSPFv2 configuration and operational
2424
state parameters that are specific to the area context";
2525

26-
oc-ext:openconfig-version "0.5.1";
26+
oc-ext:openconfig-version "0.5.2";
27+
28+
revision "2024-06-17" {
29+
description
30+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
31+
reference "0.5.2";
32+
}
2733

2834
revision "2023-11-01" {
2935
description

release/models/ospf/openconfig-ospfv2-common.yang

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ submodule openconfig-ospfv2-common {
1717
"This submodule provides OSPFv2 configuration and operational
1818
state parameters that are shared across multiple contexts";
1919

20-
oc-ext:openconfig-version "0.5.1";
20+
oc-ext:openconfig-version "0.5.2";
21+
22+
revision "2024-06-17" {
23+
description
24+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
25+
reference "0.5.2";
26+
}
2127

2228
revision "2023-11-01" {
2329
description

release/models/ospf/openconfig-ospfv2-global.yang

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ submodule openconfig-ospfv2-global {
2323
"This submodule provides OSPFv2 configuration and operational
2424
state parameters that are global to a particular OSPF instance";
2525

26-
oc-ext:openconfig-version "0.5.1";
26+
oc-ext:openconfig-version "0.5.2";
27+
28+
revision "2024-06-17" {
29+
description
30+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
31+
reference "0.5.2";
32+
}
2733

2834
revision "2023-11-01" {
2935
description

release/models/ospf/openconfig-ospfv2-lsdb.yang

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ submodule openconfig-ospfv2-lsdb {
2222
"An OpenConfig model for the Open Shortest Path First (OSPF)
2323
version 2 link-state database (LSDB)";
2424

25-
oc-ext:openconfig-version "0.5.1";
25+
oc-ext:openconfig-version "0.5.2";
26+
27+
revision "2024-06-17" {
28+
description
29+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
30+
reference "0.5.2";
31+
}
2632

2733
revision "2023-11-01" {
2834
description
@@ -749,7 +755,7 @@ submodule openconfig-ospfv2-lsdb {
749755
} // grace LSA
750756

751757
container router-information {
752-
when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION_LSA'" {
758+
when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION'" {
753759
description
754760
"Include the router-information container when the opaque LSA
755761
type is specified to be an RI LSA";

release/models/ospf/openconfig-ospfv2.yang

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ module openconfig-ospfv2 {
3434
"An OpenConfig model for Open Shortest Path First (OSPF)
3535
version 2";
3636

37-
oc-ext:openconfig-version "0.5.1";
37+
oc-ext:openconfig-version "0.5.2";
38+
39+
revision "2024-06-17" {
40+
description
41+
"Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
42+
reference "0.5.2";
43+
}
3844

3945
revision "2023-11-01" {
4046
description

0 commit comments

Comments
 (0)