ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.
authorBen Pfaff <blp@ovn.org>
Wed, 17 Feb 2016 08:31:11 +0000 (00:31 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 20 Feb 2016 00:15:44 +0000 (16:15 -0800)
commit4adaf1828a88e0859f1eab1074216da9ba82a71a
tree931f0f3f3e11383845692d7deeb369584eb45ab6
parent6409e0083debb6cd1ad71e7d6bdd7fc1d7b83dd1
ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.

An upcoming commit will introduce another member that has a length, and
it seems weird that bare 'len' would be one or the other.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/fail-open.c
ofproto/ofproto-dpif-xlate.c