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>
Wed, 28 Aug 2013 05:06:02 +0000 (22:06 -0700)
commita69553be4250a8a40d603d8f3123ec532d5fb390
treeac1c0516e145b627c3a3a5373154ae1baa858684
parentdb0b6c2913dfda237f07881b059ba267f3388600
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