CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/04/02 04:50:16

Modified files:
        sys/net        : if_mpw.c if_mpe.c if_mpip.c 

Log message:
clear the BCAST and MCAST mbuf flags for "outgoing" packets.

if these remain set then output on the underlying interface may
mistakenly be done with the wrong protocol type (eg, MPLS_MCAST
instead of MPLS), and to the wrong link layer address.

reported by Lee Nelson
the specific problem was identified by Mitchell Krome

Reply via email to