BUG-4827: BGP Add Yang model design for Advertisement of Multiple Paths
[bgpcep.git] / bgp / parser-api / src / main / yang / bgp-message.yang
index 618ed911306f075b5e1c4c01fffb49a2305194b2..4b7088ba08fc9accf320b34b6946657999bf0a06 100644 (file)
@@ -38,6 +38,14 @@ module bgp-message {
         }
     }
 
+    typedef path-id {
+        type uint32;
+        description
+            "Identifier of a single path. The identifier does not
+             carry any semantic meaning beyond uniquely identifying
+             a path.";
+    }
+
     grouping originator-id {
         leaf originator {
             type inet:ipv4-address;