On Mon, Jun 02, 2014 at 09:36:28PM +0900, Simon Horman wrote:
> Add OFPERR_OFPBIC_DUP_INST (type = OFPET_BAD_INSTRUCTION, code = 9)
> and use it for OpenFlow1.4+.
>
> For OpenFlow1.1 - 1.3 map this error to ONFBIC_DUP_INSTRUCTION
> (experimenter = ONF, type = 2600) which is proposed in
> OpenFlow
Add OFPERR_OFPBIC_DUP_INST (type = OFPET_BAD_INSTRUCTION, code = 9)
and use it for OpenFlow1.4+.
For OpenFlow1.1 - 1.3 map this error to ONFBIC_DUP_INSTRUCTION
(experimenter = ONF, type = 2600) which is proposed in
OpenFlow enhancement proposal EXT-260 "Add error
code for duplicate instruction.".