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
F107895914: D24870.diff
Sun, Jan 19, 3:14 AM
Unknown Object (File)
Tue, Jan 14, 3:28 PM
Unknown Object (File)
Tue, Jan 14, 8:38 AM
Unknown Object (File)
Tue, Jan 14, 2:12 AM
Unknown Object (File)
Tue, Dec 31, 10:55 PM
Unknown Object (File)
Wed, Dec 25, 6:27 PM
Unknown Object (File)
Dec 18 2024, 9:51 PM
Unknown Object (File)
Dec 9 2024, 5:08 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