Update ttl timers for 1s. 00/51500/15
authorJozef Bacigal <jozef.bacigal@pantheon.tech>
Tue, 7 Feb 2017 09:00:15 +0000 (10:00 +0100)
committerJozef Bacigal <jozef.bacigal@pantheon.tech>
Tue, 4 Apr 2017 07:56:17 +0000 (09:56 +0200)
Change-Id: I17ab28c99fcdf743e1c19d580451e90cc4890b00
Signed-off-by: Jozef Bacigal <jozef.bacigal@pantheon.tech>
openflowplugin-api/src/main/yang/openflow-provider-config.yang
openflowplugin-blueprint-config/src/main/resources/initial/openflowplugin.cfg

index 2db54f1152dbb727ec4583330b4d9d768eca6e00..191fa6a9c0d1b9e0986eada966706bb506fb71f8 100644 (file)
@@ -138,7 +138,7 @@ module openflow-provider-config {
         leaf ttl-before-drop {
             description "TTL in milliseconds without connection before the context chain shall be dropped";
             type uint32;
-            default 10000;
+            default 1000;
         }
 
         leaf ttl-step {
index 1a66b9794c1b80a58d96ef1e9209600aa4181612..ae46b7d03cd5b9bf3602c88a29188b2417207c3e 100644 (file)
@@ -35,8 +35,8 @@ basic-timer-delay=3000
 maximum-timer-delay=900000
 use-single-layer-serialization=true
 #TTL in milliseconds without connection before the context chain shall be dropped
-ttl-before-drop=10000
-#TTL step in milliseconds
+ttl-before-drop=1000
+#TTL step in milliseconds, if ttl-before-drop equals ttl-step it will be released in first step
 ttl-step=1000
 #if true then context chain will not be dropped, otherwise use ttl-before-drop
 never-drop-contexts-on=false