mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
of13: update *.json after OFPMatch "type" and "length" 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:
parent
ab19de6a8c
commit
d388d994c9
@ -5,7 +5,9 @@
|
||||
"flags": 0,
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"oxm_fields": []
|
||||
"length": 4,
|
||||
"oxm_fields": [],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"out_group": 4294967295,
|
||||
|
||||
@ -13,7 +13,9 @@
|
||||
"instructions": [],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"oxm_fields": []
|
||||
"length": 4,
|
||||
"oxm_fields": [],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"packet_count": 0,
|
||||
@ -50,6 +52,7 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 10,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -58,7 +61,8 @@
|
||||
"value": 2054
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"packet_count": 0,
|
||||
@ -86,6 +90,7 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 22,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -101,7 +106,8 @@
|
||||
"value": "f2:0b:a4:7d:f8:ea"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"packet_count": 3,
|
||||
@ -138,7 +144,9 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"oxm_fields": []
|
||||
"length": 4,
|
||||
"oxm_fields": [],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"packet_count": 1,
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 14,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -46,7 +47,8 @@
|
||||
"value": "f2:0b:a4:7d:f8:ea"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"out_group": 4294967295,
|
||||
|
||||
@ -5,7 +5,9 @@
|
||||
"flags": 0,
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"oxm_fields": []
|
||||
"length": 4,
|
||||
"oxm_fields": [],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"out_group": 4294967295,
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 22,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -33,7 +34,8 @@
|
||||
"value": "f2:0b:a4:7d:f8:ea"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"out_group": 4294967295,
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"data": "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD",
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 80,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -69,7 +70,8 @@
|
||||
"value": "00:00:00:00:00:00"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"reason": 1,
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
"idle_timeout": 3,
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 14,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -16,7 +17,8 @@
|
||||
"value": "f2:0b:a4:7d:f8:ea"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"packet_count": 1,
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 14,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -40,7 +41,8 @@
|
||||
"value": "f2:0b:a4:7d:f8:ea"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"out_group": 4294967295,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user