mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
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:
parent
bfa0a8460c
commit
6a099204c3
@ -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
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@ -7,7 +7,9 @@
|
||||
{
|
||||
"OFPMeterBandDrop": {
|
||||
"burst_size": 10,
|
||||
"rate": 1000
|
||||
"len": 16,
|
||||
"rate": 1000,
|
||||
"type": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user