We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44adaf1 + c874343 commit 463b516Copy full SHA for 463b516
src/confd/yang/confd/infix-routing.yang
@@ -791,7 +791,7 @@ module infix-routing {
791
*/
792
augment "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/"
793
+ "ospf:ospf/ospf:local-rib/ospf:route" {
794
- when "derived-from-or-self(../../rt:type, 'infix-routing:ospfv2')" {
+ when "derived-from-or-self(../../../rt:type, 'infix-routing:ospfv2')" {
795
description
796
"This augmentation is only valid for OSPFv2.";
797
}
0 commit comments