Signed-off-by: IWASE Yusuke <iwase.yusu...@gmail.com> --- doc/source/app/ofctl_rest.rst | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 973448b..1b9170f 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -681,15 +681,16 @@ Get meter features stats Response message body: - =========== ============================================ ========= - Attribute Description Example - =========== ============================================ ========= - dpid Datapath ID "1" - max_meter Maximum number of meters 256 - band_types Bitmaps of (1 << OFPMBT_*) values supported ['DROP'] - max_bands Maximum bands per meters 16 - max_color Maximum color value 8 - =========== ============================================ ========= + ============= ============================================ =========================== + Attribute Description Example + ============= ============================================ =========================== + dpid Datapath ID "1" + max_meter Maximum number of meters 256 + band_types Bitmaps of (1 << OFPMBT_*) values supported ["DROP"] + capabilities Bitmaps of "ofp_meter_flags" ["KBPS", "BURST", "STATS"] + max_bands Maximum bands per meters 16 + max_color Maximum color value 8 + ============= ============================================ =========================== Example of use:: @@ -702,7 +703,12 @@ Get meter features stats { "max_meter": 256, "band_types": [ - 'DROP' + "DROP" + ], + "capabilities": [ + "KBPS", + "BURST", + "STATS" ], "max_bands": 16, "max_color": 8 -- 1.9.1 ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel