HomeFreeBSD

ip_mroute: allow MRT_DEL_MFC even if there are pending upcalls

Description

ip_mroute: allow MRT_DEL_MFC even if there are pending upcalls

In del_mfc() we try to find the forwarding entry, but that fails to find
the entry if mfc_stall_ring is not empty.

We should find the entry anyway, and destroy it (and any pending
messages) on delete.

Reviewed by: glebius
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D43031

Details

Provenance
kpAuthored on Dec 12 2023, 6:17 PM
Reviewer
glebius
Differential Revision
D43031: ip_mroute: allow MRT_DEL_MFC even if there are pending upcalls
Parents
rG2a622f14e8a5: kldxref: Reduce divergence between per-architecture files
Branches
Unknown
Tags
Unknown