ofproto: Remove obsolete comment and assertion.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Aug 2013 23:26:05 +0000 (16:26 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Aug 2013 18:20:53 +0000 (11:20 -0700)
commit02e51c6a0fffe8db84a0d4c39d9dd26f2f36a68c
tree95886568986de855427e4f934e188e9057710b2f
parent37e6e4a7adf6ba46748c077fe785fac490118794
ofproto: Remove obsolete comment and assertion.

At one time, the ofproto-dpif implementation of the 'rule_execute' member
function required, indirectly, at least struct(ofp10_packet_in) bytes of
headroom in the packet passed into it.  (This allowed constructing an
OFPT_PACKET_IN without allocating and copying a new ofpbuf.)  This
restriction has long been lifted, but rule_execute() had not yet caught
up.  This commit updates it.

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