K 10 svn:author V 2 ae K 8 svn:date V 27 2018-06-21T11:24:20.931543Z K 7 svn:log V 343 MFC r335133: In m_megapullup() use m_getjcl() to allocate 9k or 16k mbuf when requested. It is better to try allocate a big mbuf, than just silently drop a big packet. A better solution could be reworking of libalias modules to be able use m_copydata()/m_copyback() instead of requiring the single contiguous buffer. PR: 229006 END