CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/07/04 23:13:04
Modified files: usr.sbin/rtadvd: if.c Log message: Do not use (ifam + 1) to find the start of the sockaddrs. Use the rtm_hdrlen instead. Also move the ifindex check way further up. OK dlg@ bluhm@