CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/26 04:36:38
Modified files:
sys/netinet : if_ether.c
sys/net : route.c
Log message:
Do not always try to rtfree(9) route entries inside rtdeletemsg(9).
Instead check the error code returned by this function and let the
caller free the route entry when appropriate.
ok bluhm@
