Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OSPF summary-lsa metric #916

Merged
merged 15 commits into from
Aug 26, 2023
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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}

revision "2023-08-09" {
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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}

revision "2023-08-09" {
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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}

revision "2023-08-09" {
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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}

revision "2023-08-09" {
description
Expand Down
14 changes: 13 additions & 1 deletion release/models/ospf/openconfig-ospfv2-lsdb.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}
revision "2023-08-09" {
description
"Update interface key to use interface-id type";
Expand Down Expand Up @@ -1218,6 +1223,13 @@ submodule openconfig-ospfv2-lsdb {
"The mask of the network described by the Summary LSA
represented as a CIDR mask.";
}

leaf metric {
type oc-ospf-types:ospf-metric;
description
"The cost of utilising the summary link specified independent of TOS.";
}

}

grouping ospfv2-lsdb-asexternal-lsa-common-parameters {
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.4.3";
oc-ext:openconfig-version "0.5.0";

revision "2023-08-25" {
description
"Add leaf metric to lsdb-summary-lsa-state.";
reference "0.5.0";
}

revision "2023-08-09" {
description
Expand Down
Empty file added t.txt
Empty file.
Loading