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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to