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)
Feb 22 2024, 12:07 AM
Unknown Object (File)
Feb 22 2024, 12:07 AM
Unknown Object (File)
Feb 22 2024, 12:07 AM
Unknown Object (File)
Feb 22 2024, 12:07 AM
Unknown Object (File)
Feb 21 2024, 11:52 PM
Unknown Object (File)
Jan 13 2024, 8:33 AM
Unknown Object (File)
Dec 26 2023, 5:30 PM
Unknown Object (File)
Dec 22 2023, 7: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 31133
Build 28816: arc lint + arc unit