On Thu, 12 Feb 2015 17:54:29 -0800
Shu Shen <[email protected]> wrote:

> Invalid error code OFPQCFC_EPERM should be OFPSCFC_EPERM instead.
> This is EXT-208 that was included in Openflow v1.3.1.
> 
> OFPSCFC_EPERM is backported to ofproto_v1_2 so that any new or updated
> application could consistently use OFPSCFC_EPERM to handle all protocol
> versions.
> 
> OFPQCFC_EPERM is left in ofproto_v1_2 and ofproto_v1_3 definitions for
> backward compatibility.
> 
> Signed-off-by: Shu Shen <[email protected]>
> ---
> 
> Changes in V2:
>  OFPQCFC_EPERM is left in ofproto_v1_2 and ofproto_v1_3 definitions for
>  backward compatibility.
> 
>  ryu/ofproto/ofproto_v1_2.py                | 8 +++++++-
>  ryu/ofproto/ofproto_v1_3.py                | 6 +++++-
>  ryu/ofproto/ofproto_v1_4.py                | 2 +-
>  ryu/tests/unit/ofproto/test_ofproto_v12.py | 2 +-
>  ryu/tests/unit/ofproto/test_parser_v12.py  | 4 ++--
>  5 files changed, 16 insertions(+), 6 deletions(-)

Applied, thanks.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to