Activate Segment Routing by default
[bgpcep.git] / pcep / segment-routing / src / main / yang / pcep-segment-routing-app-config.yang
index b8e111277b09d2241e44ccf97ac6bc62eef9daf0..dab21b8137e897e18122b83ba90885733ab7fe37 100644 (file)
@@ -27,9 +27,9 @@ module pcep-segment-routing-app-config {
         }
 
         leaf sr-capable {
-            description "Advertize segment-routing capability with historical type values (SR-ERO = 5 & SR-RRO = 6)";
+            description "Advertize segment-routing capability";
             type boolean;
-            default false;
+            default true;
         }
     }
-}
\ No newline at end of file
+}