diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-10-19 13:36:15 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-25 16:20:12 +0900 |
commit | 2ebb9218b2429b627f257d9db6e8ec7fac52c0cf (patch) | |
tree | 208282db7e32fc42f89e16c71a6208b897beb076 /doc/source/quantumclient/common | |
parent | e80a36317aacb142c282e0795b9f5b3a20aec1dc (diff) |
rest_router: Fix conversion of Packet Library to dict
On Python3, rest_router fails to compare the type of protocols in
the Packet Library instances, because the non-parsed packet data
is not str type but bytes type.
This patch fixes to compare the protocols instance type with
packet_base.PacketBase and enable to convert the Packet Library
instances to dict.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/common')
0 files changed, 0 insertions, 0 deletions