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

2012-09-05 Thread Simon Horman
On Wed, Sep 05, 2012 at 10:28:22AM -0700, Ben Pfaff wrote: > On Wed, Sep 05, 2012 at 11:50:37AM +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 2/3] ofp-errors: Use OFPERR_OFPBRC_BAD_PORT

2012-09-05 Thread Ben Pfaff
On Wed, Sep 05, 2012 at 11:50:37AM +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

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

2012-09-04 Thread Simon Horman
* 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 1.0 and 1.1 no appropriate error message seems to exist. Perhaps beca