--- libaitio/src/bpf.c 2013/06/26 12:27:40 1.1.2.14 +++ libaitio/src/bpf.c 2013/06/26 12:30:17 1.1.2.15 @@ -178,6 +178,7 @@ io_etherOpen(const char *csIface, int flags, int whdr, return -1; } + n = 1; if (whdr && ioctl(eth, BIOCSHDRCMPLT, &n) == -1) { LOGERR; io_etherClose(eth, zcbuf);