ofproto: Fix uninitialized field in ofputil_flow_update.
authorAnupam Chanda <achanda@nicira.com>
Thu, 20 Sep 2012 17:35:52 +0000 (10:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Sep 2012 18:12:10 +0000 (11:12 -0700)
commit6b140a4eb3c4281e75fd810cdd3eb83d0d907e61
treebaa7a92d047c2fc50c021f8eb3b4e86b0601d27b
parent4104aaf1b850692cf8db2d05a82f872f6c127925
ofproto: Fix uninitialized field in ofputil_flow_update.

Two instances of ofputil_flow_update had the priority field uninitialized.
This would cause flow updates to contain undefined priority values.

This bug was introduced by commit 81a76618 (classifier: Break cls_rule
'flow' and 'wc' members into new "struct match".)

Signed-off-by: Anupam Chanda <achanda@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ofproto/connmgr.c
ofproto/ofproto.c