CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/04/10 07:55:55
Modified files: sys/net : route.c Log message: Don't use ifa_ifwithnet() with obvious sockaddr_dl argument. This function should not deal with link-layer addresses and here there's no reason to do it. ok mikeb@