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

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Nov 11 04:59:51 PST 2008


sephe       2008/11/11 04:59:11 PST

DragonFly src repository

  Modified files:
    sys/net/ipfw         ip_fw2.c 
  Log:
  - Use priority message to carry out ipfw callout.
  - Mark the callout message with DROPABLE flag, so we don't need to
    do additional netmsg_service_sync() in module event function and
    the callout function itself could much straightforward.
  
  Revision  Changes    Path
  1.99      +15 -10    src/sys/net/ipfw/ip_fw2.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.98&r2=1.99&f=u





More information about the Commits mailing list