On Wed, Nov 05, 2014 at 04:59:30PM +0100, Martin Vizvary wrote:
> does anybody know if and how is implemented passive timeout for flow
> expiration?
> 
> I was playing around with it, but you can configure only active timeout.
> (passive timeout is approximately 1s - I guess it is connected with
> next_timeout cycle only...

The passive timeout triggers at the same time that OVS removes a flow
from the datapath.  That is managed internally to OVS mainly to ensure a
good balance between performance, CPU usage, and memory usage.  It's
probably not a good idea to try to adjust it just to change the NetFlow
passive timeout.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to