CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/23 07:41:41
Modified files:
sys/net : rtsock.c
Log message:
It was possible to create a gateway route pointing to another gateway
route by changing the gateway. Despite the error message when doing
so, the route did actually change. The gateway is modified by
rt_setgate(), the error is created by rt_getifa(). Do these
operations the other way around.
OK mpi@
