of12: update *.json after OFPQueuePropHeader.property change

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:55 +09:00 committed by FUJITA Tomonori
parent 84b290c78a
commit bed4bd1e02

View File

@ -10,12 +10,14 @@
{ {
"OFPQueuePropMinRate": { "OFPQueuePropMinRate": {
"len": 16, "len": 16,
"property": 1,
"rate": 10 "rate": 10
} }
}, },
{ {
"OFPQueuePropMaxRate": { "OFPQueuePropMaxRate": {
"len": 16, "len": 16,
"property": 2,
"rate": 900 "rate": 900
} }
} }
@ -31,12 +33,14 @@
{ {
"OFPQueuePropMinRate": { "OFPQueuePropMinRate": {
"len": 16, "len": 16,
"property": 1,
"rate": 100 "rate": 100
} }
}, },
{ {
"OFPQueuePropMaxRate": { "OFPQueuePropMaxRate": {
"len": 16, "len": 16,
"property": 2,
"rate": 200 "rate": 200
} }
} }