cvs commit: src/sys/netgraph ng_ether.c src/sys/net bridgestp.c if_bridge.c if_bridgevar.h if_ethersubr.c

Andrew Thompson thompsa at FreeBSD.org
Thu Oct 13 19:38:48 PDT 2005


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


More information about the cvs-src mailing list