CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/11/22 05:33:25
Modified files: sys/net : if_bridge.c if_gif.c if_vether.c Log message: Add a lot of bpf and counter manipulation to the bridge. The bridge sneaks packets on and off network interfaces in some cases without calling the interrupt, start, or output functions, and thus must do these tasks which the drivers cannot do. The gif and vether are rather special. Someone should re-check gre. ok claudio