Page MenuHomeFreeBSD

Move <add|del|change>_route to route_ctl.c
ClosedPublic

Authored by melifaro on May 17 2020, 10:04 AM.
Tags
None
Referenced Files
F163357490: D24870.id72175.diff
Wed, Jul 22, 11:38 AM
Unknown Object (File)
Tue, Jul 21, 10:26 AM
Unknown Object (File)
Tue, Jul 21, 7:55 AM
Unknown Object (File)
Mon, Jul 20, 9:53 AM
Unknown Object (File)
Sun, Jul 19, 8:35 AM
Unknown Object (File)
Sat, Jul 4, 4:15 AM
Unknown Object (File)
Thu, Jun 25, 5:38 PM
Unknown Object (File)
Jun 21 2026, 3:58 PM
Subscribers

Details

Summary

Move <add|del|change>_route() functions to route_ctl.c in preparation of multipath control plane changed described in D24141.

Currently route.c contains core routing init/teardown functions, route table manipulation functions and various helper functions, resulting in >2KLOC file in total. This change moves most of the route table manipulation parts to a dedicated file, simplifying planned multipath changes and making route.c more manageable.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31132
Build 28815: arc lint + arc unit