Dears

I want to add an entry that allows the forwording to multiple ports.
Please note that I do not want to use the multicast OFPP_FLOOD.
Is it possible to do it this way or there is other solution ?

actions = [parser.OFPActionOutput(out_port1),
                parser.OFPActionOutput(out_port2),
                parser.OFPActionOutput(out_port3)]

Thanks in advance
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to