CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/01/26 18:42:31

Modified files:
        sys/net        : if_mpw.c 

Log message:
like ip headers, mpls tags need to be aligned to a 4 byte boundary

copy the semantics for guaranteeing this from egre. when sending
an encapsulated frame, prepend a whole new mbuf for the tags and
transport headers. when rxing a packet, check the alignment of the
ethernet payload and duplicate it on the right boundary if it isn't
already aligned.

Reply via email to