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)
Sun, Dec 7, 3:12 PM
Unknown Object (File)
Tue, Nov 25, 9:02 AM
Unknown Object (File)
Mon, Nov 24, 5:25 PM
Unknown Object (File)
Mon, Nov 24, 8:50 AM
Unknown Object (File)
Fri, Nov 21, 10:42 PM
Unknown Object (File)
Tue, Nov 18, 4:57 AM
Unknown Object (File)
Oct 23 2025, 8:58 PM
Unknown Object (File)
Oct 21 2025, 5:53 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