From 32ac0dcf88f2b451d713b6eff7ab58d45565f8c8 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Thu, 8 Apr 2021 17:33:04 +0200
Subject: ospf: T2271: zebra route-map can only be set for default VRF

---
 interface-definitions/include/ospf/ospf-common-config.xml.i | 1 -
 interface-definitions/protocols-ospf.xml.in                 | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface-definitions/include/ospf/ospf-common-config.xml.i b/interface-definitions/include/ospf/ospf-common-config.xml.i
index 7316af670..a01d1c890 100644
--- a/interface-definitions/include/ospf/ospf-common-config.xml.i
+++ b/interface-definitions/include/ospf/ospf-common-config.xml.i
@@ -697,7 +697,6 @@
     </leafNode>
   </children>
 </node>
-#include <include/route-map.xml.i>
 <node name="timers">
   <properties>
     <help>Adjust routing timers</help>
diff --git a/interface-definitions/protocols-ospf.xml.in b/interface-definitions/protocols-ospf.xml.in
index d9c3325ec..4431a1772 100644
--- a/interface-definitions/protocols-ospf.xml.in
+++ b/interface-definitions/protocols-ospf.xml.in
@@ -9,6 +9,7 @@
         </properties>
         <children>
           #include <include/ospf/ospf-common-config.xml.i>
+          #include <include/route-map.xml.i>
         </children>
       </node>
     </children>
-- 
cgit v1.2.3