Hi, > i have one openflow switch that attached to two ryu controller in Equal > mod. is there any way for the switch to select which controller responds > to packet_in message?
Filtering unit of send destination is the controller unit, it is not the role unit. Equal mode is not possible to separate the transmission presence or absence of the Packet-in. Please set the destination by using the Per connection event filtering function in the Master mode and slave mode. Please refer to the section below OpenFlow Spec 1.3.5 for more information. - 7.3.10 Set Asynchronous Configuration Message - B.11.5 Per connection event filtering Thanks, On 2016年03月13日 07:32, mehran shetabi wrote: > hi, > i have one openflow switch that attached to two ryu controller in Equal > mod. is there any way for the switch to select which controller responds > to packet_in message? > Thank you, > ................................................... > mehran shetabi > PhD student > Computer Engineering Department > IUST > > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
