netgraph(4) initialization order

Scott Long scottl at freebsd.org
Wed Jan 5 15:30:27 PST 2005


Julian Elischer wrote:

> 
> 
> Maksim Yevmenkin wrote:
> 
>> -DECLARE_MODULE(netgraph, netgraph_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
>> +SYSINIT(netgraph, SI_SUB_DRIVERS, SI_ORDER_FIRST, ngb_sysinit, NULL);
>> +SYSUNINIT(netgraph, SI_SUB_DRIVERS, SI_ORDER_ANY, ngb_sysuninit, NULL);
>>
> maybe it should be some SI_SUB that is before DRIVERS.
> 

Maxsim already did this and tested it to satisfaction.  I think that he
said that he was waiting on approval from you in order to commit it.

Scott



More information about the freebsd-current mailing list