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
Unknown Object (File)
Tue, Dec 31, 10:55 PM
Unknown Object (File)
Wed, Dec 25, 6:27 PM
Unknown Object (File)
Wed, Dec 18, 9:51 PM
Unknown Object (File)
Dec 9 2024, 5:08 PM
Unknown Object (File)
Dec 8 2024, 3:19 PM
Unknown Object (File)
Nov 23 2024, 9:52 PM
Unknown Object (File)
Oct 5 2024, 11:42 AM
Unknown Object (File)
Oct 5 2024, 3:23 AM
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