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
Unknown Object (File)
Mon, Nov 17, 4:03 AM
Unknown Object (File)
Sat, Nov 8, 3:42 PM
Unknown Object (File)
Wed, Nov 5, 8:59 PM
Unknown Object (File)
Tue, Nov 4, 8:57 PM
Unknown Object (File)
Wed, Oct 29, 10:36 AM
Unknown Object (File)
Tue, Oct 28, 8:49 AM
Unknown Object (File)
Oct 20 2025, 1:28 AM
Unknown Object (File)
Oct 17 2025, 2:30 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