Processing Hwvtep/Ovsdb client only once
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepSouthboundConstants.java
index 328945cf29bdce0c2940c8f4c03c0c1da4a9bc38..1bf1c0c756b1de1afb4c0d5bd51d88b642a13386 100644 (file)
@@ -21,6 +21,7 @@ import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.
 public interface HwvtepSouthboundConstants {
     TopologyId HWVTEP_TOPOLOGY_ID = new TopologyId(new Uri("hwvtep:1"));
     Integer DEFAULT_OVSDB_PORT = 6640;
+    long PORT_OPEN_MAX_DELAY_IN_MINS = 5;
     String IID_OTHER_CONFIG_KEY = "opendaylight-iid";
     String UUID = "uuid";
     ImmutableBiMap<Class<? extends EncapsulationTypeBase>,String> ENCAPS_TYPE_MAP