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
F151649446: D43031.id131325.diff
Thu, Apr 9, 6:49 PM
Unknown Object (File)
Thu, Apr 2, 2:51 AM
Unknown Object (File)
Tue, Mar 31, 2:04 PM
Unknown Object (File)
Mon, Mar 16, 5:33 AM
Unknown Object (File)
Sun, Mar 15, 8:15 PM
Unknown Object (File)
Sun, Mar 15, 2:04 PM
Unknown Object (File)
Mar 5 2026, 9:12 PM
Unknown Object (File)
Feb 28 2026, 7:41 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