Add support for exporting flow information in NetFlow v5 format.
[sliver-openvswitch.git] / secchan / secchan.h
index 1b08c69..b594897 100644 (file)
@@ -85,6 +85,9 @@ struct settings {
     /* Remote command execution. */
     char *command_acl;          /* Command white/blacklist, as shell globs. */
     char *command_dir;          /* Directory that contains commands. */
+
+    /* NetFlow logging. */
+    char *netflow_dst;          /* Host and port to send NetFlow traffic. */
 };
 
 struct half {