ofp-util: Remove 'const' from struct ofputil_packet_in's 'packet' member.
authorBen Pfaff <blp@ovn.org>
Wed, 17 Feb 2016 21:14:26 +0000 (13:14 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 20 Feb 2016 00:15:44 +0000 (16:15 -0800)
It's not const in all cases so it doesn't entirely make sense to mark
it const here.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>

No differences found