On Wed, May 26, 2010 at 11:46:18AM +0200, Claudio Jeker wrote: > > Hmm. The IFQ should have a limit and when reaching that packets will be > dropped. So after 256 packets no more packets should leak. > Unless something is calling IF_ENQUEUE() without checking IF_QFULL() first. > Ugh, the these ifq makros are stupid.
yikes. bridge_ifenqueue() doesn't check for IF_QFULL().
