Remove sr-capable leaf
[bgpcep.git] / pcep / segment-routing / src / main / yang / pcep-segment-routing-app-config.yang
index dab21b8137e897e18122b83ba90885733ab7fe37..d9f52987a855e4b56f682c4e3112b4020823aacd 100644 (file)
@@ -1,21 +1,23 @@
 module pcep-segment-routing-app-config {
-    yang-version 1;
     namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config";
     prefix "pcep-segment-routing-app-config";
 
     description
-      "Configuration for the PCEP segment routing extension.";
+      "Configuration for the PCEP segment routing extension.
 
-    revision "2016-07-07" {
-        description
-            "Initial revision.
+       Copyright (c) 2016 Brocade Communications Systems, Inc. All rights reserved.
+
+       This program and the accompanying materials are made available
+       under the terms of the Eclipse Public License v1.0 which
+       accompanies this distribution, and is available at
+       http://www.eclipse.org/legal/epl-v10.html";
 
-            Copyright (c) 2016 Brocade Communications Systems, Inc. All rights reserved.
+    revision "2023-01-15" {
+        description "Removed sr-capable leaf.";
+    }
 
-            This program and the accompanying materials are made available
-            under the terms of the Eclipse Public License v1.0 which
-            accompanies this distribution, and is available at
-            http://www.eclipse.org/legal/epl-v10.html";
+    revision "2016-07-07" {
+        description "Initial revision.";
     }
 
     container pcep-segment-routing-config {
@@ -25,11 +27,5 @@ module pcep-segment-routing-app-config {
             type boolean;
             default true;
         }
-
-        leaf sr-capable {
-            description "Advertize segment-routing capability";
-            type boolean;
-            default true;
-        }
     }
 }