diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2015-09-09 10:18:28 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-10 11:14:58 +0900 |
commit | f5932480c544c3b3018f8cfd0875adb3edb79d5e (patch) | |
tree | cddaed14920dc46c5672ea3e732a72c1ef952bf4 /etc | |
parent | 23b2fc4b41a755ab1f9b7918c5d45f24291183d4 (diff) |
ofproto_parser: Unify str representation of MsgBase
This patch unifies str representation of MsgBase into comma-separated
array of 'key=value' style.
before:
version: 0x1 msg_type 0x0 xid 0x660a4ade OFPHello()
after:
version=0x1,msg_type=0x0,msg_len=0x8,xid=0x660a4ade,OFPHello()
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions