Bug-6562: Support add-path in base BGP NLRI
[bgpcep.git] / bgp / parser-api / src / main / yang / bgp-multiprotocol.yang
index c8394181f049aa0736aef3f60927ecfe67b92519..bcbd76243ed63d84ba210a6164d0bcd2364ae8ed 100644 (file)
@@ -4,7 +4,7 @@ module bgp-multiprotocol {
     prefix "bgp-mp";
 
     import ietf-inet-types { prefix inet; revision-date 2013-07-15; }
-    import bgp-message { prefix bgp-msg; revision-date 2013-09-19; }
+    import bgp-message { prefix bgp-msg; revision-date 2017-12-07; }
     import bgp-types { prefix bgp-t; revision-date 2013-09-19; }
     import yang-ext { prefix ext; revision-date 2013-07-09; }
 
@@ -23,6 +23,10 @@ module bgp-multiprotocol {
         accompanies this distribution, and is available at
         http://www.eclipse.org/legal/epl-v10.html";
 
+    revision "2017-12-07" {
+        description "Add support for add-path in base BGP NLRI.";
+    }
+
     revision "2013-09-19" {
         description
             "Split off basic types";