diff --git a/nhrpd/nhrp_nhs.c b/nhrpd/nhrp_nhs.c index b2af0da429..acd3b7df97 100644 --- a/nhrpd/nhrp_nhs.c +++ b/nhrpd/nhrp_nhs.c @@ -420,6 +420,7 @@ void nhrp_nhs_terminate(void) &nifp->afi[afi].nhslist_head, nhs) nhrp_nhs_free(nifp, afi, nhs); } + nhrp_peer_interface_del(ifp); } }