]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch rtsock code to using newly-create rib_action() KPI call.
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Wed, 10 Jun 2020 07:46:22 +0000 (07:46 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Wed, 10 Jun 2020 07:46:22 +0000 (07:46 +0000)
commita287a973e36063119b9bfacc46dfcb01ea1ff09d
tree461d25b736d07503c9064cf76bc39bf9b1d48553
parent2fda0a6f3aa9c3190bcab3c682dd51df110c1a2b
Switch rtsock code to using newly-create rib_action() KPI call.

This simplifies the code and allows to further split rtentry and nexthop,
 removing one of the blockers for multipath code introduction, described in
 D24141.

Reviewed by: ae
Differential Revision: https://reviews.freebsd.org/D25192
sys/net/route/route_ctl.c
sys/net/route/route_ctl.h
sys/net/rtsock.c