X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=interfacemgr%2Finterfacemgr-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fvpnservice%2Finterfacemgr%2FIfmConstants.java;h=bcaf8ef2f12d4b62c9664bdea9e9396034bcc12e;hb=0a2b4b7ada462bbbfa5ad07ea104b82fc2f2a497;hp=add3af5b81a287d7f21878878778ce73e10995f7;hpb=787d5375bafae2644824daeb31658953e61e6611;p=vpnservice.git diff --git a/interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/vpnservice/interfacemgr/IfmConstants.java b/interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/vpnservice/interfacemgr/IfmConstants.java index add3af5b..bcaf8ef2 100644 --- a/interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/vpnservice/interfacemgr/IfmConstants.java +++ b/interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/vpnservice/interfacemgr/IfmConstants.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2015 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, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ + package org.opendaylight.vpnservice.interfacemgr; public class IfmConstants { @@ -7,5 +15,7 @@ public class IfmConstants { public static final String OF_URI_PREFIX = "openflow:"; public static final String OF_URI_SEPARATOR = ":"; public static final int DEFAULT_IFINDEX = 65536; + public static final String IFM_LPORT_TAG_IDPOOL_NAME = "vlaninterfaces.lporttag"; + public static final short VLAN_INTERFACE_INGRESS_TABLE = 0; }