Update lisp map record default ttl to 24h 60/7260/2 v17.10-rc0
authorFlorin Coras <fcoras@cisco.com>
Wed, 21 Jun 2017 23:27:01 +0000 (16:27 -0700)
committerDave Barach <openvpp@barachs.net>
Thu, 22 Jun 2017 16:55:24 +0000 (16:55 +0000)
Change-Id: Ib8c72f8e08e89357b64f2f69ab70d60d3a7ec506
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/lisp-cp/control.h

index cf2eb6e..577035c 100644 (file)
@@ -36,8 +36,8 @@
 /* normal map-register period */
 #define MAP_REGISTER_INTERVAL               60.0
 
-/* 15 minutes */
-#define MAP_REGISTER_DEFAULT_TTL            900
+/* 24 hours */
+#define MAP_REGISTER_DEFAULT_TTL            86400
 
 typedef struct
 {