> On May 29, 2015, at 6:08 PM, Ben Pfaff wrote:
>
> On Mon, May 18, 2015 at 04:10:21PM -0700, Jarno Rajahalme wrote:
>> Split add_flow() to add_flow_begin() which does all the error
>> checking, and add_flow_finish() which can not fail.
>>
>> Since we still want to send an error response for an
On Mon, May 18, 2015 at 04:10:21PM -0700, Jarno Rajahalme wrote:
> Split add_flow() to add_flow_begin() which does all the error
> checking, and add_flow_finish() which can not fail.
>
> Since we still want to send an error response for an unknown
> 'buffer_id', send_buffered_packet() now send the
Split add_flow() to add_flow_begin() which does all the error
checking, and add_flow_finish() which can not fail.
Since we still want to send an error response for an unknown
'buffer_id', send_buffered_packet() now send the error response
itself.
Signed-off-by: Jarno Rajahalme
---
ofproto/ofpro