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
F83313103: D43031.id.diff
Wed, May 8, 6:23 PM
F83312999: D43031.id131456.diff
Wed, May 8, 6:21 PM
F83295652: D43031.id131325.diff
Wed, May 8, 1:33 PM
Unknown Object (File)
Tue, May 7, 5:13 PM
Unknown Object (File)
Thu, May 2, 9:41 AM
Unknown Object (File)
Wed, May 1, 7:53 PM
Unknown Object (File)
Wed, May 1, 4:00 AM
Unknown Object (File)
Thu, Apr 11, 11:07 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