Skip to content

Commit

Permalink
Merge pull request #849 from kernelkit/deviate-address-family-ospf
Browse files Browse the repository at this point in the history
Deviate address-family in OSPF
  • Loading branch information
axkar authored Dec 3, 2024
2 parents 0e14e05 + 3ab7a7d commit 168647a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/confd/yang/confd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MODULES=(
"[email protected]"
"[email protected]"
"[email protected]"
"infix-routing@2024-11-15.yang"
"infix-routing@2024-11-27.yang"
"[email protected]"
"[email protected]"
"[email protected]"
Expand Down
9 changes: 9 additions & 0 deletions src/confd/yang/infix-routing.yang
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ module infix-routing {
contact "[email protected]";
description "Deviations and augments for ietf-routing and ietf-ospf.";

revision 2024-11-27 {
description "Deviate address-family in OSPF";
reference "internal";
}
revision 2024-11-15 {
description "Fix pyang linter errors and warnings:
- Drop OSPF database deviations, already deviated earlier
Expand Down Expand Up @@ -304,6 +308,11 @@ module infix-routing {
deviation "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/ospf:ospf/ospf:spf-control" {
deviate not-supported;
}

deviation "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/ospf:ospf/ospf:address-family" {
deviate not-supported;
}

deviation "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/ospf:ospf/ospf:preference" {
deviate not-supported;
}
Expand Down
File renamed without changes.

0 comments on commit 168647a

Please sign in to comment.