mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
test_parser: update expected json output
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
1c2497c24f
commit
eed16aa0ca
@ -22,6 +22,104 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionCopyTtlOut": {
|
||||
"len": 8,
|
||||
"type": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionCopyTtlIn": {
|
||||
"len": 8,
|
||||
"type": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionCopyTtlIn": {
|
||||
"len": 8,
|
||||
"type": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPopPbb": {
|
||||
"len": 8,
|
||||
"type": 27
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPushPbb": {
|
||||
"ethertype": 4660,
|
||||
"len": 8,
|
||||
"type": 26
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPopMpls": {
|
||||
"ethertype": 39030,
|
||||
"len": 8,
|
||||
"type": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPushMpls": {
|
||||
"ethertype": 34887,
|
||||
"len": 8,
|
||||
"type": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPopVlan": {
|
||||
"len": 8,
|
||||
"type": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionPushVlan": {
|
||||
"ethertype": 33024,
|
||||
"len": 8,
|
||||
"type": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionDecMplsTtl": {
|
||||
"len": 8,
|
||||
"type": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionSetMplsTtl": {
|
||||
"len": 8,
|
||||
"mpls_ttl": 10,
|
||||
"type": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionDecNwTtl": {
|
||||
"len": 8,
|
||||
"type": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionSetNwTtl": {
|
||||
"len": 8,
|
||||
"nw_ttl": 10,
|
||||
"type": 23
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionSetQueue": {
|
||||
"len": 8,
|
||||
"queue_id": 3,
|
||||
"type": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionGroup": {
|
||||
"group_id": 99,
|
||||
"len": 8,
|
||||
"type": 22
|
||||
}
|
||||
},
|
||||
{
|
||||
"OFPActionOutput": {
|
||||
"len": 16,
|
||||
@ -31,7 +129,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"len": 40,
|
||||
"len": 160,
|
||||
"type": 3
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user