os-ken/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-controller_status_request.packet.json
Yusuke Iwase 0841ac66ed test_parser: Add test case for OFP15 controller connection status messages
TODO: Because Open vSwitch (lib/ofp-util) does not support
controller connection status messages [EXT-454] yet,
re-generate the packet data by using packet_data_generator2
when Open vSwitch supports it.

Reference: OpenFlow 1.1+ support status of Open vSwitch
https://github.com/openvswitch/ovs/blob/master/OPENFLOW-1.1%2B.md

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-08-20 18:22:12 +09:00

7 lines
90 B
JSON

{
"OFPControllerStatusStatsRequest": {
"flags": 0,
"type": 18
}
}