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)
Fri, Oct 17, 2:30 PM
Unknown Object (File)
Fri, Oct 17, 5:45 AM
Unknown Object (File)
Fri, Oct 17, 5:45 AM
Unknown Object (File)
Fri, Oct 17, 5:45 AM
Unknown Object (File)
Thu, Oct 16, 8:21 PM
Unknown Object (File)
Thu, Oct 16, 1:00 PM
Unknown Object (File)
Sun, Oct 12, 5:24 PM
Unknown Object (File)
Wed, Oct 8, 5:15 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