os-ken/ryu/ofproto
IWAMOTO Toshihiro f4b405f31a python3: Avoid applying ord() to integers
In python3, b'abc'[0] isn't a string but a int value and ord() should not
be used.

Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-06-25 12:23:31 +09:00
..
__init__.py ofproto: get rid of fragile and slow glob'ing modules 2014-03-25 19:42:48 +09:00
ether.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
inet.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
nicira_ext.py Implement NXActionConjunction and conj_id match for OF1.3 and OF1.5 2015-06-02 09:14:19 +09:00
nx_actions.py Implement NXActionConjunction and conj_id match for OF1.3 and OF1.5 2015-06-02 09:14:19 +09:00
nx_match.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00
ofproto_common.py fix NX_EXPERIMENTER_ID 2014-03-16 20:36:54 +09:00
ofproto_parser.py python3: Remove use of buffer() 2015-06-25 12:23:31 +09:00
ofproto_protocol.py Fix ImportError(s) with Python3 2015-04-14 05:19:56 +09:00
ofproto_v1_0_parser.py python3: Use b'str' for binary literals 2015-06-25 12:23:31 +09:00
ofproto_v1_0.py Fix ImportError(s) with Python3 2015-04-14 05:19:56 +09:00
ofproto_v1_2_parser.py python3: Remove use of buffer() 2015-06-25 12:23:31 +09:00
ofproto_v1_2.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00
ofproto_v1_3_parser.py python3: Remove use of buffer() 2015-06-25 12:23:31 +09:00
ofproto_v1_3.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00
ofproto_v1_4_parser.py python3: Remove use of buffer() 2015-06-25 12:23:31 +09:00
ofproto_v1_4.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00
ofproto_v1_5_parser.py python3: Use six.text_type instead of unicode 2015-06-25 12:23:31 +09:00
ofproto_v1_5.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00
oxm_fields.py oxs_fields: Add OXS class support 2015-06-18 18:24:05 +09:00
oxs_fields.py oxs_fields: Add OXS class support 2015-06-18 18:24:05 +09:00
oxx_fields.py python3: Avoid applying ord() to integers 2015-06-25 12:23:31 +09:00