Page MenuHomeFreeBSD

Add destructor for the rib subscription system to simplify users code.
ClosedPublic

Authored by melifaro on Jul 11 2020, 10:01 AM.
Tags
None
Referenced Files
F110017145: D25614.diff
Wed, Feb 12, 1:14 PM
Unknown Object (File)
Thu, Feb 6, 1:27 PM
Unknown Object (File)
Thu, Jan 23, 8:48 PM
Unknown Object (File)
Jan 11 2025, 2:50 PM
Unknown Object (File)
Dec 8 2024, 2:14 PM
Unknown Object (File)
Dec 6 2024, 8:00 AM
Unknown Object (File)
Dec 5 2024, 10:03 PM
Unknown Object (File)
Nov 25 2024, 2:51 PM
Subscribers

Details

Summary

Subscriptions are planned to be used by modules such as route lookup engines. In that case that's the module task to properly unsibscribe before detach.

However, the in-kernel customer - inet6, wants to track default route changes. To avoid having inet6 store per-fib subscriptions, handle automatic destruction internally.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable