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)
Thu, Jan 23, 10:11 AM
Unknown Object (File)
Mon, Jan 13, 4:59 PM
Unknown Object (File)
Dec 31 2024, 6:52 AM
Unknown Object (File)
Dec 11 2024, 8:30 AM
Unknown Object (File)
Nov 24 2024, 9:11 AM
Unknown Object (File)
Nov 21 2024, 10:39 AM
Unknown Object (File)
Nov 20 2024, 8:54 PM
Unknown Object (File)
Nov 17 2024, 10:32 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