Create l3vpn & asso with ext-nw failed
[netvirt.git] / vpnmanager / api / src / main / yang / odl-l3vpn.yang
index ef1af3baeb270a189760bdd89acd3991f44e87b2..2b1dea746147f5b3ddd83b60c07ad060e5e14b64 100644 (file)
@@ -292,17 +292,17 @@ module odl-l3vpn {
            }
            leaf bgpvpn-type {
               type enumeration {
-                 enum BGPVPNInternet {
+                 enum InternetBGPVPN {
                     value "0";
-                    description "BGPVPN Internet";
+                    description "Internet BGPVPN";
                  }
-                 enum BGPVPNExternal {
+                 enum BGPVPN {
                     value "1";
-                    description "BGPVPN External";
+                    description "BGPVPN";
                  }
-                 enum VPN {
+                 enum InternalVPN {
                     value "2";
-                    description "Default VPN";
+                    description "InternalVPN";
                  }
               }
            }