From bb58f4425920cec76196e467403bb084e3a14e76 Mon Sep 17 00:00:00 2001 From: Gaurav Goyal Date: Thu, 11 Mar 2021 15:59:41 +1300 Subject: nhrpd: Process NAT extension properly, and also fallback to IPSec NAT info Signed-off-by: Reuben Dowle --- nhrpd/nhrp_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nhrpd/nhrp_cache.c') diff --git a/nhrpd/nhrp_cache.c b/nhrpd/nhrp_cache.c index cb298b1a0..259e58e25 100644 --- a/nhrpd/nhrp_cache.c +++ b/nhrpd/nhrp_cache.c @@ -474,6 +474,7 @@ int nhrp_cache_update_binding(struct nhrp_cache *c, enum nhrp_cache_type type, c->new.type = type; c->new.peer = p; c->new.mtu = mtu; + c->new.holding_time = holding_time; if (nbma_oa) c->new.remote_nbma_natoa = *nbma_oa; -- cgit v1.2.3