Dear Readers,

I Have the following questions: I’m trying to create (using version 1.3) a rye 
application that is able to duplicate a flow from src to dst.

1. Is it possible to have multiple 
        actions = [ parser.OFPActionOutput( port_out ) ]
actions for one
        mod = datapath.ofproto_parser.OFPFlowMod
(i.e., packet enters switch and is send to two ports..)

2. If 1. Is possible, how do you deal with situations where multiple flows 
(with the same src_mac and dst_mac ) flow through the same link, is it somehow 
possible to add some kind of identifier to a packet. For example a packet 
having identifier X can only be send out through port 2.

Thanks in advance,
Frits
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to