ofproto-dpif: Fix return type of rule_calculate_tag().
authorBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:03:46 +0000 (09:03 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Mar 2012 16:07:45 +0000 (09:07 -0700)
commita007f92ae9f3f0b1b05df2421167f1824ed6f9e9
tree42c52c889e6d7cd9cadd64bc2d3ef85d30a74d22
parent0c91242aeed4adfc64581a01ff5bece55848a414
ofproto-dpif: Fix return type of rule_calculate_tag().

tag_type is currently uint32_t but using uint32_t directly is conceptually
wrong.

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