Dear, I do not get your question. Your question should be more specific. If you say about UDP traffic inside the switch, the flow rule should be something like (let me describe with ovs command line) sudo ovs-ofctl add-flow (bridge) ip(udp,tcp), in_port=(Number),actions=(output:port number or other actions).That flow rules can be varied according to what you really need in your topology.
Best Regards, Soe Ye Htet Master Engineering Student Chulalongkorn University, Thailand On Thu, Nov 29, 2018 at 5:06 AM Raffaele Viterbo < [email protected]> wrote: > Hi everyone. > > > > If I generate, let’s say, UDP traffic (in a host client) what are the > correct matches in the various switches in order to correctly route the > packets across the topology and eventually get to the server? > > > > Thanks in advance > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel >
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
