rconn: Add allowed OpenFlow versions
[openvswitch] / ofproto / connmgr.h
index 24a33fb0e1c6908962e663a4894f496574d54e06..9a080f283242f1c878084d9c677dbac0aa6b6eca 100644 (file)
@@ -20,6 +20,7 @@
 #include "classifier.h"
 #include "hmap.h"
 #include "list.h"
+#include "match.h"
 #include "ofp-errors.h"
 #include "ofproto.h"
 #include "openflow/nicira-ext.h"
@@ -172,7 +173,7 @@ struct ofmonitor {
     /* Matching. */
     uint16_t out_port;
     uint8_t table_id;
-    struct cls_rule match;
+    struct minimatch match;
 };
 
 struct ofputil_flow_monitor_request;