MVPN RFC6514 Extendend communities
[bgpcep.git] / bgp / parser-api / src / main / yang / bgp-message.yang
index b352195d8b8eca3569f51a321e52ca324bbbd159..0b5592be562158a1f190a8d8ed31db1752ca6bb8 100644 (file)
@@ -4,7 +4,7 @@ module bgp-message {
     prefix "bgp-msg";
 
     import ietf-inet-types { prefix inet; revision-date 2013-07-15; }
-    import bgp-types { prefix bgp-t; revision-date 2013-09-19; }
+    import bgp-types { prefix bgp-t; revision-date 2018-03-29; }
     import network-concepts { prefix netc; revision-date 2013-11-25; }
 
     organization "Cisco Systems, Inc.";
@@ -21,6 +21,10 @@ module bgp-message {
         accompanies this distribution, and is available at
         http://www.eclipse.org/legal/epl-v10.html";
 
+    revision "2018-03-29" {
+        description "Add RFC6514 Extended communities under bgp type.";
+    }
+
     revision "2017-12-07" {
         description "Add support for add-path in base BGP NLRI.";
     }