Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 ryu/ofproto/ofproto_v1_3.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ryu/ofproto/ofproto_v1_3.py b/ryu/ofproto/ofproto_v1_3.py
index 04925ee..aa8f776 100644
--- a/ryu/ofproto/ofproto_v1_3.py
+++ b/ryu/ofproto/ofproto_v1_3.py
@@ -852,7 +852,7 @@ OFPBRC_BUFFER_UNKNOWN = 8    # Specified buffer does not 
exist.
 OFPBRC_BAD_TABLE_ID = 9        # Specified table-id invalid or does not exist.
 OFPBRC_IS_SLAVE = 10        # Denied because controller is slave.
 OFPBRC_BAD_PORT = 11        # Invalid port.
-OFBRC_BAD_PACKET = 12        # Invalid packet in packet-out
+OFPBRC_BAD_PACKET = 12        # Invalid packet in packet-out
 OFPBRC_MULTIPART_BUFFER_OVERFLOW = 13       # ofp_multipart_request
                                             # overflowed the assigned buffer.
 
@@ -873,7 +873,7 @@ OFPBAC_UNSUPPORTED_ORDER = 11    # Action order is 
unsupported for
                                  # the action list in an Apply-Actions
                                  # instruction
 OFPBAC_BAD_TAG = 12        # Actions uses an unsupported tag/encap.
-OFBAC_BAD_SET_TYPE = 13        # Unsupported type in SET_FIELD action.
+OFPBAC_BAD_SET_TYPE = 13        # Unsupported type in SET_FIELD action.
 OFPBAC_BAD_SET_LEN = 14        # Length problem in SET_FIELD action.
 OFPBAC_BAD_SET_ARGUMENT = 15    # Bad arguement in SET_FIELD action.
 
-- 
1.7.9.5


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to