diff options
author | Florin Coras <fcoras@cisco.com> | 2017-06-21 16:27:01 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-06-22 16:55:24 +0000 |
commit | cdc74273dfdc824f1478cafccd102307e8b2e991 (patch) | |
tree | 66deb6d9031c2566703e27405a48aac1f7e50cf6 /src | |
parent | f6359c8cace5b73a813e5f4e3d1bc28f7752fcdf (diff) |
Update lisp map record default ttl to 24hv17.10-rc0
Change-Id: Ib8c72f8e08e89357b64f2f69ab70d60d3a7ec506
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/lisp-cp/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/lisp-cp/control.h b/src/vnet/lisp-cp/control.h index cf2eb6ef453..577035c4f42 100644 --- a/src/vnet/lisp-cp/control.h +++ b/src/vnet/lisp-cp/control.h @@ -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 { |