ofproto-dpif-rid: Fix names of recirc_metadata_{hash,equal}().
authorBen Pfaff <blp@ovn.org>
Fri, 15 Jan 2016 22:00:50 +0000 (14:00 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Jan 2016 00:51:01 +0000 (16:51 -0800)
commitb597af0fb00dc6925c9ef3a466e9848e95b16280
treec5e11499e3cdd783e1265c832f3b10edf59442f7
parent7e7e8dbb6749034d5229ed17ebdc5fe5a3ad98b0
ofproto-dpif-rid: Fix names of recirc_metadata_{hash,equal}().

These functions actually hash or compare recirc_state structs, so they
should be named that way; recirc_metadata is only a small subset of
recirc_state.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
ofproto/ofproto-dpif-rid.c