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, 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)
Thu, Mar 5, 9:12 PM
Unknown Object (File)
Sat, Feb 28, 7:41 PM
Unknown Object (File)
Fri, Feb 27, 4:08 AM
Unknown Object (File)
Wed, Feb 25, 6:48 PM
Unknown Object (File)
Feb 13 2026, 6:36 AM

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