Add Graph mapping to PCEP topology
[bgpcep.git] / pcep / api / src / main / yang / pcep-config.yang
index a8dba94503f0b6298d58dc4dd91af879bf1cc236..f7beace5f4182d2d8b11cbd45dc93bea71debe2c 100644 (file)
@@ -20,6 +20,10 @@ module pcep-config {
          accompanies this distribution, and is available at
          http://www.eclipse.org/legal/epl-v10.html";
 
+    revision 2022-03-28 {
+        description "Add ted-name key";
+    }
+
     revision 2020-01-20 {
         description "Update to use -no-zone-adresses";
     }
@@ -60,6 +64,11 @@ module pcep-config {
                 default 30;
                 units seconds;
             }
+
+            leaf ted-name {
+                type string;
+                default "example-linkstate-topology";
+            }
         }
     }