ofproto: Make valgrind happy.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Apr 2010 22:27:35 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 18:01:44 +0000 (11:01 -0700)
commitab48643b58bb081cab6408ee2a4aca50cf7ddcc6
treec049ac5f69d7a6ad45bc0086ddb11e1611ca03bf
parent4a2026dd696e283488c5372bce97eb02005bee6f
ofproto: Make valgrind happy.

The "flags" member of struct odp_flow is not used for adding or deleting
flows, but valgrind doesn't know that.  By zeroing it out we can suppress
spurious warnings.
ofproto/ofproto.c