Eygene Ryabinkin wrote: > Nate, good day. > > Tue, Jun 19, 2007 at 09:06:24AM -0700, Nate Lawson wrote: >>> With my patch the problem goes away. Just checked ;)) >> If this works for you, I'm ok with Max committing it. > > Fine, thanks! So, you're happy with the way the problem was fixed? > I see that another function that uses tbr_callout is tbr_timeout, > but it will not be called before tbr_set. So it seems to me that > callout initialisation only in tbr_set is enough. But maybe I am > missing something? > > Thank you.
If you want to trigger the call to callout_init() differently, you could use a SYSINIT that runs before all of altq. Then you would be sure it's always initialized before anything else can run. -- Nate _______________________________________________ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[EMAIL PROTECTED]"