Merge "L2 Gw create changes related to ITM Tunnels creation in neutronvpn module"
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / java / org / opendaylight / vpnservice / interfacemgr / globals / InterfaceInfo.java
index 0118fbf81a2a595b3842843290c69eae16dfdfcd..dff008aeadcc3af93e27e5983828601d5fc10c57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
+ * Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -22,6 +22,7 @@ public class InterfaceInfo implements Serializable {
         VXLAN_TRUNK_INTERFACE,
         GRE_TRUNK_INTERFACE,
         VXLAN_VNI_INTERFACE,
+        MPLS_OVER_GRE,
         LOGICAL_GROUP_INTERFACE,
         UNKNOWN_INTERFACE;
     }