mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-04 20:06:09 +02:00
of13: assume OFPPort.name UTF-8
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
0f5a4f983f
commit
b0a9ecb0b4
@ -2116,10 +2116,11 @@ class OFPPort(ofproto_parser.namedtuple('OFPPort', (
|
||||
_TYPE = {
|
||||
'ascii': [
|
||||
'hw_addr',
|
||||
|
||||
# XXX OF spec is unclear about the encoding of name.
|
||||
# OVS seems to use UTF-8.
|
||||
# 'name',
|
||||
],
|
||||
'utf-8': [
|
||||
# OF spec is unclear about the encoding of name.
|
||||
# we assumes UTF-8, which is used by OVS.
|
||||
'name',
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user