Date: Fri, 14 Oct 2005 02:38:47 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c src/sys/net bridgestp.c if_bridge.c if_bridgevar.h if_ethersubr.c Message-ID: <200510140238.j9E2cl0N006626@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-10-14 02:38:47 UTC FreeBSD src repository Modified files: sys/netgraph ng_ether.c sys/net bridgestp.c if_bridge.c if_bridgevar.h if_ethersubr.c Log: Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c - move the function pointer definitions to if_bridgevar.h - move most of the logic to the new BRIDGE_INPUT and BRIDGE_OUTPUT macros - remove unneeded functions from if_bridgevar.h and sort a little. Revision Changes Path 1.8 +0 -1 src/sys/net/bridgestp.c 1.27 +6 -8 src/sys/net/if_bridge.c 1.5 +22 -8 src/sys/net/if_bridgevar.h 1.206 +5 -14 src/sys/net/if_ethersubr.c 1.54 +4 -17 src/sys/netgraph/ng_ether.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510140238.j9E2cl0N006626>