I remember that was true until the last version I tried. But I haven't tested OVS 2.3.0. Any chance they have fixed it?

Sent using CloudMagic


On Fri, Dec 12, 2014 at 9:02 AM, Henrique Santos Fernandes <[email protected]> wrote:

Hello,

Don't know how its is working, it maybe the link limit from mininet!

But openvswitch does not support meters!

you can use this softwswitch that supports it

You can see that ovs doe snot support any meters here in this link:

And that the switch i said before does!

Hope that helps you.



Em Fri Dec 12 2014 at 07:11:46, 许晨辉 <[email protected]> escreveu:
Hello folks,

I have met a problem when I try to limiting rate of packet through meter table.When I designate meter_id for flow entry,I dump flows show that the flow entry can't add to openvswitch.However , I find that the packet is limited by meter band verifing according to iperf h1 h2 in mininet simulator.Does anyone have the same problem?
# partial code
inst = [parser.OFPInstructionMeter(meter_id=1),
parser.OFPInstructionActions(ofproto.OFPIT_APPLY_ACTIONS,
actions)]
mod = parser.OFPFlowMod(datapath=datapath,priority=priority,
hard_timeout=20,
match=match, instructions=inst)

datapath.send_msg(mod)
#

Environment: Ubuntu + ryu + Openvswitch(OF-1.3) + mininet

Thanks very much !
------------------------------------------------------------------------------
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
[email protected].net
https://lists.sourceforge.net/lists/listinfo/ryu-devel
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to