netflow: Correctly set active timeout value.
[sliver-openvswitch.git] / ofproto / netflow.h
index cc7b960..7f48ddd 100644 (file)
@@ -20,6 +20,8 @@
 #include "flow.h"
 #include "svec.h"
 
+static const int NF_ACTIVE_TIMEOUT_DEFAULT = 600;
+
 struct ofexpired;
 
 struct netflow_options {