route_ctl.c is getting bigger. Factor out non-relevant parts:
- all rtentry logic, such as creation/destruction and accessors goes to net/route/route_rtentry.c
- all rtable subscription logic goes to net/route/route_subscription.c
MFC after: 1 month
Differential D36074
routing: move rtentry and subscription code out of route_ctl.c melifaro on Aug 8 2022, 1:57 PM. Authored by Tags None Referenced Files
Details route_ctl.c is getting bigger. Factor out non-relevant parts:
MFC after: 1 month
Diff Detail
|