]> git.proxmox.com Git - mirror_frr.git/commit
nhrpd: Only create one child sa
authorGaurav Goyal <gaurav.goyal@4rf.com>
Fri, 27 Nov 2020 02:41:09 +0000 (15:41 +1300)
committerReuben Dowle <reuben.dowle@4rf.com>
Wed, 16 Dec 2020 21:17:13 +0000 (10:17 +1300)
commit6c9ca5876623d3b1e36a3e5684523d9d57845038
tree066f38b63919cf16130b9ea64db52927eb5a9695
parent659fde26e0b3b6ebb153c644e51d61f505c61602
nhrpd: Only create one child sa

In some circumstances, especicially when GRE tunnel interface does not exist,
repeated child sa requests are sent. Prevent this by only sending another
request if the child sa does not exist

Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
nhrpd/nhrp_peer.c [changed mode: 0644->0755]