CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/09/01 04:04:51
Modified files: sys/net : route.c Log message: Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust the checks done in rtrequest1(9). This chunk has been introduced in 1991 when rtrequest1(RTM_DELETE...) was not doing a route lookup and no longer make any sense. ok bluhm@