learn: Initialize cookie_mask in constructed flow_mod.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Mar 2012 18:32:08 +0000 (11:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:09:40 +0000 (09:09 -0700)
commitccd3cf44eb28dc109f07cf329a8bda7146821355
tree5169997005c3552dcb2ae93983fb56d0e6ce6083
parent8b7f5fb9031243bb4e969737c6a7654749932690
learn: Initialize cookie_mask in constructed flow_mod.

Otherwise the "learn" action may not correctly set the cookie in flows that
it creates.

Found by valgrind.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/learn.c