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
F103132654: D43031.diff
Thu, Nov 21, 10:39 AM
F103092085: D43031.id.diff
Wed, Nov 20, 8:54 PM
Unknown Object (File)
Sun, Nov 17, 10:32 AM
Unknown Object (File)
Tue, Nov 12, 4:51 AM
Unknown Object (File)
Fri, Nov 8, 4:53 PM
Unknown Object (File)
Fri, Nov 8, 2:56 AM
Unknown Object (File)
Fri, Nov 8, 1:08 AM
Unknown Object (File)
Sun, Oct 27, 5:22 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