cvs commit: src/sys/net/ipfw ip_fw2.c ip_fw2.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Aug 2 04:43:17 PDT 2008


sephe       2008/08/02 04:39:01 PDT

DragonFly src repository

  Modified files:
    sys/net/ipfw         ip_fw2.c ip_fw2.h 
  Log:
  Introduce dynamic rule hash array generation, so that after possible blocking
  packet sending we could know that the dynamic rule hash array was changed and
  reiterate.  This is *necessary* even if BGL is still used.
  
  Revision  Changes    Path
  1.64      +49 -5     src/sys/net/ipfw/ip_fw2.c
  1.12      +1 -0      src/sys/net/ipfw/ip_fw2.h


http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.63&r2=1.64&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.h.diff?r1=1.11&r2=1.12&f=u





More information about the Commits mailing list