pf 4.1 Update available for testing

Nate Lawson nate at root.org
Wed Jun 20 20:22:46 UTC 2007


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


More information about the freebsd-pf mailing list