michael@354: Index: common/bpf.c michael@354: --- common/bpf.c.orig 2009-11-20 02:48:59.000000000 +0100 michael@354: +++ common/bpf.c 2010-11-27 09:53:47.000000000 +0100 michael@354: @@ -580,6 +580,9 @@ michael@354: */ michael@354: switch (sa->sdl_type) { michael@354: case IFT_ETHER: michael@354: +#ifdef IFT_L2VLAN michael@354: + case IFT_L2VLAN: michael@354: +#endif michael@354: hw->hlen = sa->sdl_alen + 1; michael@354: hw->hbuf[0] = HTYPE_ETHER; michael@354: memcpy(&hw->hbuf[1], LLADDR(sa), sa->sdl_alen);