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, Feb 14, 11:06 AM
Unknown Object (File)
Feb 1 2025, 11:50 AM
Unknown Object (File)
Jan 31 2025, 2:23 PM
Unknown Object (File)
Jan 24 2025, 8:07 AM
Unknown Object (File)
Jan 19 2025, 6:27 AM
Unknown Object (File)
Jan 19 2025, 6:16 AM
Unknown Object (File)
Jan 19 2025, 3:14 AM
Unknown Object (File)
Jan 14 2025, 3:28 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