Page MenuHomeFreeBSD

routing: move rtentry and subscription code out of route_ctl.c
ClosedPublic

Authored by melifaro on Aug 8 2022, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 11:57 PM
Unknown Object (File)
Oct 3 2024, 10:04 PM
Unknown Object (File)
Oct 3 2024, 11:07 AM
Unknown Object (File)
Oct 3 2024, 9:55 AM
Unknown Object (File)
Oct 2 2024, 10:28 PM
Unknown Object (File)
Oct 1 2024, 12:58 PM
Unknown Object (File)
Oct 1 2024, 11:38 AM
Unknown Object (File)
Oct 1 2024, 8:15 AM
Subscribers

Details

Summary

route_ctl.c is getting bigger. Factor out non-relevant parts:

  • all rtentry logic, such as creation/destruction and accessors goes to net/route/route_rtentry.c
  • all rtable subscription logic goes to net/route/route_subscription.c

MFC after: 1 month

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46784
Build 43673: arc lint + arc unit