Re: [ovs-dev] [PATCH 3/5] ofp-errors: Use OFPERR_OFPBRC_BAD_PORT

2012-09-04 Thread Simon Horman
On Tue, Sep 04, 2012 at 01:17:53PM -0700, Ben Pfaff wrote: > On Tue, Sep 04, 2012 at 03:52:01PM +0900, Simon Horman wrote: > > * In the case of OpenFlow 1.2+ OFPERR_OFPBRC_BAD_PORT is defined > > in the specification and seems to be the most appropriate error > > to use when an invalid port is

Re: [ovs-dev] [PATCH 3/5] ofp-errors: Use OFPERR_OFPBRC_BAD_PORT

2012-09-04 Thread Ben Pfaff
On Tue, Sep 04, 2012 at 03:52:01PM +0900, Simon Horman wrote: > * In the case of OpenFlow 1.2+ OFPERR_OFPBRC_BAD_PORT is defined > in the specification and seems to be the most appropriate error > to use when an invalid port is encountered in a Packet Out request. > > * In the case of OpenFlow