CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/04 02:46:39
Modified files:
sys/net : route.c
Log message:
Since net/route.c r1.337 interface priority factors into route priority
when RTF_CONNECTED routes are added to the routing table.
Specify a route priority calculated in the same way when deleting such routes.
Makes route add and delete code paths consistent again.
ok mpi@
