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
F83416938: D24870.diff
Fri, May 10, 6:15 AM
Unknown Object (File)
Mon, May 6, 12:48 PM
Unknown Object (File)
Fri, May 3, 11:02 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 10:53 PM
Unknown Object (File)
Tue, Apr 30, 7:32 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

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