d815eb0f17
TODO: Because Open vSwitch (lib/ofp-util) does not support Extensible Flow Entry Statistics [EXT-334] 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>
25 lines
637 B
JSON
25 lines
637 B
JSON
{
|
|
"OFPAggregateStatsReply": {
|
|
"body": {
|
|
"OFPAggregateStats": {
|
|
"length": 16,
|
|
"stats": {
|
|
"OFPStats": {
|
|
"length": 12,
|
|
"oxs_fields": [
|
|
{
|
|
"OXSTlv": {
|
|
"field": "flow_count",
|
|
"value": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"flags": 0,
|
|
"type": 2
|
|
}
|
|
}
|