svn commit: r196368 - in head/sys: net netinet

Sam Leffler sam at errno.com
Tue Aug 18 20:55:47 UTC 2009


Kip Macy wrote:
> Author: kmacy
> Date: Tue Aug 18 20:28:58 2009
> New Revision: 196368
> URL: http://svn.freebsd.org/changeset/base/196368
> 
> Log:
>    - change the interface to flowtable_lookup so that we don't rely on
>      the mbuf for obtaining the fib index
>    - check that a cached flow corresponds to the same fib index as the
>      packet for which we are doing the lookup
>    - at interface detach time flush any flows referencing stale rtentrys
>      associated with the interface that is going away (fixes reported
>      panics)
>    - reduce the time between cleans in case the cleaner is running at
>      the time the eventhandler is called and the wakeup is missed less
>      time will elapse before the eventhandler returns
>    - separate per-vnet initialization from global initialization
>      (pointed out by jeli@)

- add ddb "show flowtables" cmd


More information about the svn-src-head mailing list