cvs commit: src/sys/net bridgestp.c if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Fri Oct 14 03:38:13 PDT 2005


thompsa     2005-10-14 10:38:12 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bridgestp.c if_bridge.c 
  Log:
  Change most of the bridge and stp funtions to static. This has highlighted
  that the following funtions are not used, wrap in '#ifdef noused' for the
  moment.
  
   bstp_enable_change_detection
   bstp_disable_change_detection
   bstp_set_bridge_priority
   bstp_set_port_priority
   bstp_set_path_cost
  
  Revision  Changes    Path
  1.9       +111 -98   src/sys/net/bridgestp.c
  1.28      +114 -110  src/sys/net/if_bridge.c


More information about the cvs-all mailing list