Add Nicira extension for remote command execution.
[sliver-openvswitch.git] / secchan / secchan.h
index 0a398ad..c7ead5a 100644 (file)
@@ -81,6 +81,10 @@ struct settings {
 
     /* Spanning tree protocol. */
     bool enable_stp;
+
+    /* Remote command execution. */
+    char *command_acl;          /* Command white/blacklist, as shell globs. */
+    char *command_dir;          /* Directory that contains commands. */
 };
 
 struct half {