CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2012/04/03 22:31:38
Modified files: sys/net : pipex.c pipex.h pipex_local.h sys/netinet : udp_usrreq.c Log message: pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. It could not use the destination address properly, so it failed to find the pipex session. This bug caused LCP keepalive failures on some clients. found and tested by sebastia@ and mxb at alumni.chalmers.se. ok sthen