On Wed, 29 Sep 2010 16:15:54 -0600 (MDT) YASUOKA Masahiko <yasu...@cvs.openbsd.org> wrote: > CVSROOT: /cvs > Module name: src > Changes by: yasu...@cvs.openbsd.org 2010/09/29 16:15:54 > > Modified files: > sys/net : pipex.c > > Log message: > pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the > GRE message. But when npppd send a ack-only GRE message, the message > will be only 12 bytes, so the m_pullup() will fail. call m_pullup() > with proper length.
I forgot to add OK claudio@ hsuenaga@ --yasuoka