neutronvpn: subnetmap update for internet-vpn-id support
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-api / src / main / yang / odl-l3vpn.yang
index 40337e102bdef0947eb15fd021fd75e830ecde30..543312832d64ad8001b97ddc08981767f2f8c622 100644 (file)
@@ -327,6 +327,22 @@ module odl-l3vpn {
                  "This VPN Instance handles IPv6 traffic";
               default false;
            }
+           leaf bgpvpn-type {
+              type enumeration {
+                 enum BGPVPNInternet {
+                    value "0";
+                    description "BGPVPN Internet";
+                 }
+                 enum BGPVPNExternal {
+                    value "1";
+                    description "BGPVPN External";
+                 }
+                 enum VPN {
+                    value "2";
+                    description "Default VPN";
+                 }
+              }
+           }
            leaf type {
               description
                  "The type of the VPN Instance.