CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/24 03:20:32
Modified files:
sys/net : route.c route.h rtsock.c
Log message:
rt_getifa() is only needed for routing commands submited by userland.
So rename it to rtm_getifa(), move it where it belongs and stop calling
it from rtrequest(9). Route entries created by the kernel must always
specify the corresponding `ifa'.
ok claudio@
