K 10 svn:author V 2 ae K 8 svn:date V 27 2018-06-14T11:15:39.990545Z K 7 svn:log V 336 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 MFC after: 1 week END