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:
parent
80533a0afb
commit
3d623c82c7
@ -3,8 +3,10 @@
|
||||
"actions": [
|
||||
{
|
||||
"OFPActionOutput": {
|
||||
"len": 16,
|
||||
"max_len": 65535,
|
||||
"port": 4294967292
|
||||
"port": 4294967292,
|
||||
"type": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -24,11 +24,14 @@
|
||||
},
|
||||
{
|
||||
"OFPActionOutput": {
|
||||
"len": 16,
|
||||
"max_len": 65535,
|
||||
"port": 6
|
||||
"port": 6,
|
||||
"type": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"len": 40,
|
||||
"type": 3
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -10,7 +10,9 @@
|
||||
"instructions": [
|
||||
{
|
||||
"OFPInstructionGotoTable": {
|
||||
"table_id": 1
|
||||
"len": 8,
|
||||
"table_id": 1,
|
||||
"type": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user