openflow-1.2: Remove OFPAT12_* definitions that duplicate OFPAT11_* ones.
[openvswitch] / ofproto / connmgr.c
index 391995e7a1a4ee0ca1f1b5b55bfe50dab70dbcd7..05e69c7f9df90d4df02462f60a678143861aac22 100644 (file)
@@ -1815,6 +1815,7 @@ ofmonitor_report(struct connmgr *mgr, struct rule *rule,
                 fu.cookie = rule->flow_cookie;
                 minimatch_expand(&rule->cr.match, &match);
                 fu.match = &match;
+                fu.priority = rule->cr.priority;
                 if (flags & NXFMF_ACTIONS) {
                     fu.ofpacts = rule->ofpacts;
                     fu.ofpacts_len = rule->ofpacts_len;