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
F106121530: D24870.id71885.diff
Wed, Dec 25, 6:27 PM
Unknown Object (File)
Wed, Dec 18, 9:51 PM
Unknown Object (File)
Mon, Dec 9, 5:08 PM
Unknown Object (File)
Sun, Dec 8, 3:19 PM
Unknown Object (File)
Nov 23 2024, 9:52 PM
Unknown Object (File)
Oct 5 2024, 11:42 AM
Unknown Object (File)
Oct 5 2024, 3:23 AM
Unknown Object (File)
Oct 5 2024, 12:41 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