diff -r 04069b15fd9c -r c93d7930a2da dhcpd/dhcpd.patch --- a/dhcpd/dhcpd.patch Tue Aug 28 18:52:30 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -Index: common/bpf.c ---- common/bpf.c.orig 2009-11-20 02:48:59.000000000 +0100 -+++ common/bpf.c 2010-11-27 09:53:47.000000000 +0100 -@@ -580,6 +580,9 @@ - */ - switch (sa->sdl_type) { - case IFT_ETHER: -+#ifdef IFT_L2VLAN -+ case IFT_L2VLAN: -+#endif - hw->hlen = sa->sdl_alen + 1; - hw->hbuf[0] = HTYPE_ETHER; - memcpy(&hw->hbuf[1], LLADDR(sa), sa->sdl_alen);