CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/07/04 16:48:31
Modified files: sbin/route : route.c Log message: Force the sa_len to sizeof(struct sockaddr_dl) before calling link_addr() since the function looks at sa_len internally. This should solve issues with using -ifp modifier because the aflen was often to small.