X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=05e69c7f9df90d4df02462f60a678143861aac22;hb=6b140a4eb3c4281e75fd810cdd3eb83d0d907e61;hp=391995e7a1a4ee0ca1f1b5b55bfe50dab70dbcd7;hpb=4104aaf1b850692cf8db2d05a82f872f6c127925;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 391995e7a..05e69c7f9 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -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;