vswitch.xml: Describe NetFlow passive timeout.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Nov 2014 16:34:51 +0000 (08:34 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 21:47:56 +0000 (13:47 -0800)
Reported-by: Martin Vizvary <vizvary@ics.muni.cz>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
AUTHORS
vswitchd/vswitch.xml

diff --git a/AUTHORS b/AUTHORS
index 84fca3a..09540f4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -262,6 +262,7 @@ Logan Rosen             logatronico@gmail.com
 Luca Falavigna          dktrkranz@debian.org
 Luiz Henrique Ozaki     luiz.ozaki@gmail.com
 Marco d'Itri            md@Linux.IT
+Martin Vizvary          vizvary@ics.muni.cz
 Maxime Brun             m.brun@alphalink.fr
 Michael A. Collins      mike.a.collins@ark-net.org
 Michael Hu              mhu@nicira.com
index 7101a66..37a33a6 100644 (file)
     </column>
 
     <column name="active_timeout">
-      The interval at which NetFlow records are sent for flows that are
-      still active, in seconds.  A value of <code>0</code> requests the
-      default timeout (currently 600 seconds); a value of <code>-1</code>
-      disables active timeouts.
+      <p>
+       The interval at which NetFlow records are sent for flows that
+       are still active, in seconds.  A value of <code>0</code>
+       requests the default timeout (currently 600 seconds); a value
+       of <code>-1</code> disables active timeouts.
+      </p>
+
+      <p>
+       The NetFlow passive timeout, for flows that become inactive,
+       is not configurable.  It will vary depending on the Open
+       vSwitch version, the forms and contents of the OpenFlow flow
+       tables, CPU and memory usage, and network activity.  A typical
+       passive timeout is about a second.
+      </p>
     </column>
 
     <column name="add_id_to_interface">