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]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to