ofp-util: Correct setting of Flow Mod cookie on encode
authorSimon Horman <horms@verge.net.au>
Fri, 12 Oct 2012 00:26:27 +0000 (09:26 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Oct 2012 17:08:49 +0000 (10:08 -0700)
commita5ff88230bb2584c81bbfef36d142203f8a2277d
treea5ec0868327cc54057557cb5b634e11343b5924a
parent64626975103668a5662622819536780ba87bef79
ofp-util: Correct setting of Flow Mod cookie on encode

When the command of a Flow Mod messages is ADD the cookie should be set as
fm->new_cookie, this is the new cookie value to be set. Otherwise it
should be set as fm->cookie, internally this is the cookie value to match.

Also remove 'XXX' marker from the matching code in the decoder.
I am now comfortable with the implementation.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c