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)
Fri, Apr 25, 11:16 AM
Unknown Object (File)
Sat, Apr 12, 9:25 PM
Unknown Object (File)
Mar 19 2025, 4:04 PM
Unknown Object (File)
Mar 14 2025, 4:32 AM
Unknown Object (File)
Mar 8 2025, 3:11 PM
Unknown Object (File)
Feb 14 2025, 11:06 AM
Unknown Object (File)
Feb 1 2025, 11:50 AM
Unknown Object (File)
Jan 31 2025, 2:23 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable