CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/21 12:51:05
Modified files:
usr.sbin/rtadvd: rtadvd.c
Log message:
Use the correct local variable to get address & prefixlen in routing messages
This currently has no effect because route sockets are datagram
(PR_ATOMIC) sockets, so we only get one message at a time. This means
that the parsing code could be simplified. route(4) sockets cluebat
from claudio@
