From c8743435faa914268391133ebf9cec7102024ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sun, 21 Dec 2025 13:30:35 +0100 Subject: [PATCH] YANG: infix-routing: Fix YANG schema validation Schema node "type" for parent "/ietf-routing:routing/control-plane-protocols/control-plane-protocol/ietf-ospf:ospf" not found; in expr "derived-from-or-self(../../rt:type" --- src/confd/yang/confd/infix-routing.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confd/yang/confd/infix-routing.yang b/src/confd/yang/confd/infix-routing.yang index 0b56ff043..9daa8b50c 100644 --- a/src/confd/yang/confd/infix-routing.yang +++ b/src/confd/yang/confd/infix-routing.yang @@ -791,7 +791,7 @@ module infix-routing { */ augment "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/" + "ospf:ospf/ospf:local-rib/ospf:route" { - when "derived-from-or-self(../../rt:type, 'infix-routing:ospfv2')" { + when "derived-from-or-self(../../../rt:type, 'infix-routing:ospfv2')" { description "This augmentation is only valid for OSPFv2."; }