diff options
author | Gaurav Goyal <gaurav.goyal@4rf.com> | 2021-03-11 03:59:41 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-18 04:35:41 +0100 |
commit | bb58f4425920cec76196e467403bb084e3a14e76 (patch) | |
tree | 5bc1bb4888a8960017a489015d6eb3049bc73503 /nhrpd/nhrp_cache.c | |
parent | nhrpd: Add zbuf routine to peek at contents (diff) | |
download | frr-bb58f4425920cec76196e467403bb084e3a14e76.tar.xz frr-bb58f4425920cec76196e467403bb084e3a14e76.zip |
nhrpd: Process NAT extension properly, and also fallback to IPSec NAT info
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrp_cache.c')
-rw-r--r-- | nhrpd/nhrp_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |