cvs commit: src/sys/net/pf

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Tue Sep 28 09:23:32 PDT 2004


joerg       2004/09/28 09:22:41 PDT

DragonFly src repository

  Modified files:
    sys/net/pf           pf_if.c 
  Log:
  EVENTHANDLER_REGISTER uses the name of the event as string and therefore
  the compiler couldn't detect the wrong event names. I used
  ifnet_attach_event and ifnet_detach_event instead of ifnet_arrival_event
  and ifnet_departure_event. This seemed to work for PF as module because
  all existing interfaces are added by hand first.
  
  Problem-reported-by: Aggelos Economopoulos <aoiko at xxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.3       +4 -4      src/sys/net/pf/pf_if.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/pf/pf_if.c.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list