mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-02-05 07:52:08 +01:00
test: update expected json outputs
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
cf6f19c2d9
commit
5f7cd86cdb
@ -34,6 +34,25 @@
|
||||
"len": 40,
|
||||
"type": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPInstructionActions": {
|
||||
"actions": [
|
||||
{
|
||||
"OFPActionSetField": {
|
||||
"field": {
|
||||
"OXMTlv": {
|
||||
"field": "eth_src",
|
||||
"mask": null,
|
||||
"value": "01:02:03:04:05:06"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"len": 24,
|
||||
"type": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"match": {
|
||||
|
||||
@ -34,6 +34,25 @@
|
||||
"len": 40,
|
||||
"type": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPInstructionActions": {
|
||||
"actions": [
|
||||
{
|
||||
"OFPActionSetField": {
|
||||
"field": {
|
||||
"OXMTlv": {
|
||||
"field": "eth_src",
|
||||
"mask": null,
|
||||
"value": "01:02:03:04:05:06"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"len": 24,
|
||||
"type": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"match": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user