On Thu, 15 Nov 2018 12:43:40 +0900, Eitetsu Gen wrote: > My network consists of two switches(A, B) and single controller. The > controller receives a packet_in message from switchA. The packet_in handler > of the controller creates flow_mod message using parser.OFPFlowMod(). I > want to send this message to switchA and switchB at once. How can I do it? > > Do i need to modify the framework?
There was a similar question a while ago. https://sourceforge.net/p/ryu/mailman/message/36448134/ The handler needs the Datapath object to the other switch. It is up to you how to implement that. -- IWAMOTO Toshihiro _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel