Convert PCEP session capabilities to blueprint
[bgpcep.git] / pcep / segment-routing / src / main / yang / pcep-segment-routing-app-config.yang
index 6330cf06b13355eba9862ce0441b45dacd5ca419..0219751515157ffc45b333000a4aee8e2224c243 100644 (file)
@@ -11,12 +11,17 @@ module pcep-segment-routing-app-config {
             "Initial revision.";
     }
 
-    container pcep-segment-routing-app-config {
+    container pcep-segment-routing-config {
         leaf iana-sr-subobjects-type {
             description "If false (default) SR-ERO type (=5) and SR-RRO type (=6) is used,
                     else proposed type (36) is used for parsing/serialization";
             type boolean;
             default false;
         }
+
+        leaf sr-capable {
+            type boolean;
+            default true;
+        }
     }
 }
\ No newline at end of file