CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/08/06 08:29:48
Modified files: sys/net : if_vxlan.c Log message: Fix multicast mode (destination is a multicast IP): the BCAST and MCAST flags have to be cleared from the mbuf after decapsulating packets. This fixes tunneled broadcast packets, eg. ARP. It used to work before the input path was changed the flags got cleared later in the stack. OK yasuoka@