]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Sat, 26 Apr 2014 21:03:41 +0000 (21:03 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Sat, 26 Apr 2014 21:03:41 +0000 (21:03 +0000)
commitc77462dd646e86d2fe4e5b0bc647e0761a22c376
treea23a5e43ffb67614ad77ce64cfb011f65ef2a4f6
parent49d0a4c3ffaf1669b63d34f9cf80e0815258b05f
Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().
RTM_CHANGE is now handled inside route.c:rtrequest1_fib() as it should be.
Note change change handler is a separate function rtrequest1_fib_change().

MFC after: 1 month
sys/net/route.c
sys/net/rtsock.c