Fix multicast mode (destination is a multicast IP): the BCAST and
authorreyk <reyk@openbsd.org>
Sat, 6 Aug 2016 14:29:48 +0000 (14:29 +0000)
committerreyk <reyk@openbsd.org>
Sat, 6 Aug 2016 14:29:48 +0000 (14:29 +0000)
commitaf394180777c2d1b69e7197417e7a59017610632
tree38827cfcbd5eabba2c1c86612508b37019e57fa9
parent7c01c46a1860a7ba6c95098899ea9815303ca243
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@
sys/net/if_vxlan.c