of12: update *.json after "len" "type" 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-09-02 15:05:51 +09:00 committed by FUJITA Tomonori
parent 80533a0afb
commit 3d623c82c7
7 changed files with 35 additions and 8 deletions

View File

@ -3,8 +3,10 @@
"actions": [
{
"OFPActionOutput": {
"len": 16,
"max_len": 65535,
"port": 4294967292
"port": 4294967292,
"type": 0
}
}
],

View File

@ -34,11 +34,14 @@
"actions": [
{
"OFPActionOutput": {
"len": 16,
"max_len": 0,
"port": 4294967290
"port": 4294967290,
"type": 0
}
}
],
"len": 24,
"type": 4
}
}
@ -72,7 +75,9 @@
"instructions": [
{
"OFPInstructionGotoTable": {
"table_id": 1
"len": 8,
"table_id": 1,
"type": 1
}
}
],
@ -115,11 +120,14 @@
"actions": [
{
"OFPActionOutput": {
"len": 16,
"max_len": 65535,
"port": 4294967293
"port": 4294967293,
"type": 0
}
}
],
"len": 24,
"type": 3
}
}

View File

@ -24,11 +24,14 @@
},
{
"OFPActionOutput": {
"len": 16,
"max_len": 65535,
"port": 6
"port": 6,
"type": 0
}
}
],
"len": 40,
"type": 3
}
}

View File

@ -6,11 +6,14 @@
"actions": [
{
"OFPActionOutput": {
"len": 16,
"max_len": 65535,
"port": 2
"port": 2,
"type": 0
}
}
],
"len": 32,
"watch_group": 1,
"watch_port": 1,
"weight": 1

View File

@ -10,7 +10,9 @@
"instructions": [
{
"OFPInstructionGotoTable": {
"table_id": 1
"len": 8,
"table_id": 1,
"type": 1
}
}
],

View File

@ -9,11 +9,14 @@
"actions": [
{
"OFPActionOutput": {
"len": 16,
"max_len": 65535,
"port": 2
"port": 2,
"type": 0
}
}
],
"len": 32,
"watch_group": 1,
"watch_port": 1,
"weight": 1

View File

@ -4,15 +4,18 @@
"queues": [
{
"OFPPacketQueue": {
"len": 48,
"port": 77,
"properties": [
{
"OFPQueuePropMinRate": {
"len": 16,
"rate": 10
}
},
{
"OFPQueuePropMaxRate": {
"len": 16,
"rate": 900
}
}
@ -22,15 +25,18 @@
},
{
"OFPPacketQueue": {
"len": 48,
"port": 77,
"properties": [
{
"OFPQueuePropMinRate": {
"len": 16,
"rate": 100
}
},
{
"OFPQueuePropMaxRate": {
"len": 16,
"rate": 200
}
}