mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-12 08:06:49 +02:00
test_parser: Update expected json representations
Update after tun_ipv4_src/tun_ipv4_dst 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
c93cafbd2c
commit
f473308b37
@ -5,7 +5,7 @@
|
||||
"data": "",
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 335,
|
||||
"length": 351,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -286,6 +286,20 @@
|
||||
"mask": null,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_src",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_dst",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": 1
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"instructions": [],
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 335,
|
||||
"length": 351,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -291,6 +291,20 @@
|
||||
"mask": null,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_src",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_dst",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": 1
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"id": 999,
|
||||
"match": {
|
||||
"OFPMatch": {
|
||||
"length": 335,
|
||||
"length": 351,
|
||||
"oxm_fields": [
|
||||
{
|
||||
"OXMTlv": {
|
||||
@ -304,12 +304,26 @@
|
||||
"mask": null,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_src",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "tun_ipv4_dst",
|
||||
"mask": null,
|
||||
"value": "1.2.3.4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": 1
|
||||
}
|
||||
},
|
||||
"match_len": 331,
|
||||
"match_len": 347,
|
||||
"out_port": 4294967295,
|
||||
"table_id": 255
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user