of12: update *.json after OFPMatch changes

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-08-13 12:39:11 +09:00 committed by FUJITA Tomonori
parent 8b1ca35893
commit 557e0986a7
7 changed files with 136 additions and 20 deletions

View File

@ -4,7 +4,9 @@
"cookie_mask": 0,
"flags": 0,
"match": {
"OFPMatch": {}
"OFPMatch": {
"oxm_fields": []
}
},
"out_group": 4294967295,
"out_port": 4294967295,

View File

@ -11,7 +11,9 @@
"idle_timeout": 0,
"instructions": [],
"match": {
"OFPMatch": {}
"OFPMatch": {
"oxm_fields": []
}
},
"packet_count": 0,
"priority": 65535,
@ -43,7 +45,15 @@
],
"match": {
"OFPMatch": {
"eth_type": 2054
"oxm_fields": [
{
"OXMTlv": {
"field": "eth_type",
"mask": null,
"value": 2054
}
}
]
}
},
"packet_count": 0,
@ -68,8 +78,22 @@
],
"match": {
"OFPMatch": {
"eth_src": "f2:0b:a4:7d:f8:ea",
"in_port": 6
"oxm_fields": [
{
"OXMTlv": {
"field": "in_port",
"mask": null,
"value": 6
}
},
{
"OXMTlv": {
"field": "eth_src",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
}
]
}
},
"packet_count": 3,
@ -101,7 +125,9 @@
}
],
"match": {
"OFPMatch": {}
"OFPMatch": {
"oxm_fields": []
}
},
"packet_count": 1,
"priority": 0,

View File

@ -24,7 +24,15 @@
],
"match": {
"OFPMatch": {
"eth_dst": "f2:0b:a4:7d:f8:ea"
"oxm_fields": [
{
"OXMTlv": {
"field": "eth_dst",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
}
]
}
},
"out_group": 4294967295,

View File

@ -4,7 +4,9 @@
"cookie_mask": 0,
"flags": 0,
"match": {
"OFPMatch": {}
"OFPMatch": {
"oxm_fields": []
}
},
"out_group": 4294967295,
"out_port": 4294967295,

View File

@ -16,8 +16,22 @@
],
"match": {
"OFPMatch": {
"eth_src": "f2:0b:a4:7d:f8:ea",
"in_port": 6
"oxm_fields": [
{
"OXMTlv": {
"field": "in_port",
"mask": null,
"value": 6
}
},
{
"OXMTlv": {
"field": "eth_src",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
}
]
}
},
"out_group": 4294967295,

View File

@ -4,15 +4,71 @@
"data": "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD",
"match": {
"OFPMatch": {
"arp_op": 1,
"arp_sha": "f2:0b:a4:7d:f8:ea",
"arp_spa": "10.0.0.1",
"arp_tha": "00:00:00:00:00:00",
"arp_tpa": "10.0.0.3",
"eth_dst": "ff:ff:ff:ff:ff:ff",
"eth_src": "f2:0b:a4:7d:f8:ea",
"eth_type": 2054,
"in_port": 6
"oxm_fields": [
{
"OXMTlv": {
"field": "in_port",
"mask": null,
"value": 6
}
},
{
"OXMTlv": {
"field": "eth_type",
"mask": null,
"value": 2054
}
},
{
"OXMTlv": {
"field": "eth_dst",
"mask": null,
"value": "ff:ff:ff:ff:ff:ff"
}
},
{
"OXMTlv": {
"field": "eth_src",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
},
{
"OXMTlv": {
"field": "arp_op",
"mask": null,
"value": 1
}
},
{
"OXMTlv": {
"field": "arp_spa",
"mask": null,
"value": "10.0.0.1"
}
},
{
"OXMTlv": {
"field": "arp_tpa",
"mask": null,
"value": "10.0.0.3"
}
},
{
"OXMTlv": {
"field": "arp_sha",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
},
{
"OXMTlv": {
"field": "arp_tha",
"mask": null,
"value": "00:00:00:00:00:00"
}
}
]
}
},
"reason": 1,

View File

@ -8,7 +8,15 @@
"idle_timeout": 3,
"match": {
"OFPMatch": {
"eth_dst": "f2:0b:a4:7d:f8:ea"
"oxm_fields": [
{
"OXMTlv": {
"field": "eth_dst",
"mask": null,
"value": "f2:0b:a4:7d:f8:ea"
}
}
]
}
},
"packet_count": 1,