CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2012/04/14 03:39:47
Modified files: sys/net : bpf.c if_faith.c if_gif.c if_gre.c if_loop.c if_mpe.c if_pppx.c Log message: Use DLT_LOOP for all tunneling interfaces. Byte order adjustment for bpf was hidden behind bpf_mtap_af() and sizeof(u_int32_t) is used for length of the bpf header. tested by sebastia and mxb at alumni.chalmers.se. ok claudio