CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/09/16 12:41:20
Modified files: sys/net : switchofp.c Log message: Fix the data storage size check. When we exceed the amount of available storage within an mbuf packet header we have to allocate a cluster. Pointed out by mikeb@ ok mikeb@