From 4dfaf65f8604b87173acbf0f5067d5320f2c7178 Mon Sep 17 00:00:00 2001 From: Yoshihiro Kaneko Date: Mon, 22 Apr 2013 12:17:15 +0900 Subject: of1.3: fix typos in ofproto_v1_3.py Signed-off-by: Yoshihiro Kaneko Signed-off-by: FUJITA Tomonori --- 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 04925ee6..aa8f7767 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. -- cgit v1.2.3