Page MenuHomeFreeBSD

ip_mroute: allow MRT_DEL_MFC even if there are pending upcalls
ClosedPublic

Authored by kp on Dec 13 2023, 1:01 PM.
Tags
None
Referenced Files
F156415706: D43031.id131456.diff
Wed, May 13, 1:10 PM
F156410723: D43031.id131325.diff
Wed, May 13, 12:29 PM
Unknown Object (File)
Tue, May 12, 12:43 PM
Unknown Object (File)
Thu, May 7, 5:51 PM
Unknown Object (File)
Tue, May 5, 8:38 PM
Unknown Object (File)
Wed, Apr 29, 9:49 PM
Unknown Object (File)
Wed, Apr 15, 12:22 AM
Unknown Object (File)
Apr 9 2026, 6:49 PM

Details

Summary

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.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable