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)
commit95022b47358676771e7b8050542fd4b2edfe18b9
tree50b0d8cb5e3ee53c7ebef8d249a8e8e3bacea3c4
parent0a2869d524fc3612b4b77a9df4991bff2aa3b465
ofp-util: Remove 'const' from struct ofputil_packet_in's 'packet' member.

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>
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c