of13: update after OFPMeterBand 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:06:24 +09:00 committed by FUJITA Tomonori
parent bfa0a8460c
commit 6a099204c3
2 changed files with 12 additions and 4 deletions

View File

@ -4,21 +4,27 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
"rate": 1000
"len": 16,
"rate": 1000,
"type": 1
}
},
{
"OFPMeterBandDscpRemark": {
"burst_size": 10,
"len": 16,
"prec_level": 1,
"rate": 1000
"rate": 1000,
"type": 2
}
},
{
"OFPMeterBandExperimenter": {
"burst_size": 10,
"experimenter": 999,
"rate": 1000
"len": 16,
"rate": 1000,
"type": 65535
}
}
],

View File

@ -7,7 +7,9 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
"rate": 1000
"len": 16,
"rate": 1000,
"type": 1
}
}
],