CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2014/04/03 00:06:56
Modified files: sys/net : if_spppsubr.c Log message: It cannot be assumed the top of the mbuf chain has required length here. Actually, since packets from Octeon's cnmac(4) don't have enough size, pppoe(4) is unable to connect. ok claudio