Hi, Ryu stores the switch's information in "Datapath" class instance. http://ryu.readthedocs.io/en/latest/ryu_app_api.html#ryu-controller-controller-datapath
Or, if you want to get the FeaturesReply message (which are handled automatically by Ryu) at your RyuApp, please refer to the following on Ryu-Documentation page. http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_parser.OFPSwitchFeatures Thanks, Iwase On 2016年05月18日 19:14, Edison Albuquerque wrote: > When we start Ryu, Hellos and FeatureRequest/Reply are exchanged > automatically. > From inside FeatureReply (Response) we can retrieve switch's datapath id and > name. > Where does Ryu store these informations? > Or I have to send a new FeaturesRequest to capture them? > thanks, Edison. > > -- > /_Todos querem um mundo melhor. Poucos colaboram. > _/ > > Prof. Edison de Queiroz Albuquerque, BSc, Msc, Dr. > Adjunto da Escola Politécnica de Pernambuco, Universidade de Pernambuco > (POLI/UPE) > Professor do Curso de Engenharia de Computação > Líder do Grupo de Pesquisa em Protocolos de Redes de Computadores > Membro do IEEE (ComSoc), do SBrT, do IECOM e da APEET > > Universidade de Pernambuco/Escola Politécnica de Pernambuco > Rua Benfica, 455 (Bl. 'C' 2. andar) - Bairro: Madalena > CEP 50720-001 - Recife, Pernambuco - Brasil > Fone: +55 81 3184-7542 - Fax: +55 81 3184-7581 > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
