CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/10 17:48:07
Modified files:
sys/net : bpf.c bpf.h
Log message:
make the bpf tap functions take const struct mbuf *
this makes it more obvious that the bpf code should only read
packets, never modify them.
now possible because the paths that care about M_FILDROP set it
after calling bpf_mtap.
ok mpi@ visa@ deraadt@
