ofproto: Fix treatment of out-of-band controllers.
[openvswitch] / ofproto / netflow.h
index 24505066a3352d963d55ef3ee7901dec3df7a567..f3099a184afd7bfc39ccf509f8c151346efd4572 100644 (file)
 #include "flow.h"
 #include "svec.h"
 
+/* Default active timeout interval, in seconds.
+ *
+ * (The active timeout interval is the interval at which NetFlow records are
+ * sent for flows that do not expire, so that such flows are still
+ * accounted.) */
+#define NF_ACTIVE_TIMEOUT_DEFAULT 600
+
 struct ofexpired;
 
 struct netflow_options {