-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #849 from kernelkit/deviate-address-family-ospf
Deviate address-family in OSPF
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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; | ||
} | ||
|
File renamed without changes.