X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=e3b24c1a6004401a49509c5c6040db7af8f192c0;hb=6b140a4eb3c4281e75fd810cdd3eb83d0d907e61;hp=47cf22bdb35519a2f916df8bb458d42528580836;hpb=4104aaf1b850692cf8db2d05a82f872f6c127925;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 47cf22bdb..e3b24c1a6 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3550,6 +3550,7 @@ ofproto_compose_flow_refresh_update(const 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 = NULL; fu.ofpacts_len = 0;