Handle EOS Timeout for the Hwvtep Node addition.
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepSouthboundConstants.java
index c5ea525e00a5ee3683bf4725470669c902050e6a..328945cf29bdce0c2940c8f4c03c0c1da4a9bc38 100644 (file)
@@ -52,5 +52,6 @@ public interface HwvtepSouthboundConstants {
             "hwvtep.intransit.job.check.period.millis", 30000);
     long CONFIG_NODE_UPDATE_MAX_DELAY_MS = Integer.getInteger(
             "config.node.update.max.delay.ms", 10000);
+    int EOS_TIMEOUT = Integer.getInteger("hwvtep.eos.timeout.delay.secs", 240);
 
 }