thompsa     2005-12-29 09:39:16 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       if_bridge.4 
    sys/net              if_bridge.c 
  Log:
  When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP 
and
  ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to 
still
  bridge non-IP packets if desired.
  
  Also return early if all pfil_* sysctls are turned off, the user obviously 
does
  not want to filter on the bridge.
  
  Revision  Changes    Path
  1.10      +8 -1      src/share/man/man4/if_bridge.4
  1.43      +13 -5     src/sys/net/if_bridge.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to