os-ken/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-table_features_reply.packet.json
Minoru TAKAHASHI 182e2e7067 test_parser: Add test case for OFP15 table_features_reply
TODO: Because Open vSwitch (lib/ofp-util) does not support Egress
Tables [EXT-306] 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: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-09-10 11:06:42 +09:00

39 lines
1.1 KiB
JSON

{
"OFPTableFeaturesStatsReply": {
"body": [
{
"OFPTableFeaturesStats": {
"capabilities": 4,
"command": 1,
"features": 1,
"length": 80,
"max_entries": 255,
"metadata_match": 18446744073709551615,
"metadata_write": 18446744073709551615,
"name": "table1",
"properties": [
{
"OFPTableFeaturePropOxmValues": {
"length": 14,
"oxm_values": [
{
"OXMTlv": {
"field": "eth_src",
"mask": null,
"value": "aa:bb:cc:dd:ee:ff"
}
}
],
"type": 22
}
}
],
"table_id": 1
}
}
],
"flags": 0,
"type": 12
}
}