Separate OpenFlow port numbers from datapath ones.
[openvswitch] / ofproto / connmgr.h
index 00dd37157f36aaf32e45460866e30ce4f081e258..9a080f283242f1c878084d9c677dbac0aa6b6eca 100644 (file)
@@ -173,7 +173,7 @@ struct ofmonitor {
     /* Matching. */
     uint16_t out_port;
     uint8_t table_id;
-    struct match match;
+    struct minimatch match;
 };
 
 struct ofputil_flow_monitor_request;