Hi, You can get the BGP routing information by BGPSpeaker.rib_get(). http://ryu.readthedocs.io/en/latest/library_bgp_speaker_ref.html#ryu.services.protocols.bgp.bgpspeaker.BGPSpeaker.rib_get
Thanks, Iwase On 2016年09月27日 04:15, Paulo Sérgio wrote: > Hi, I'm building a BGP application and I'm having a problem to get the > networks from a neighbor. > > > I can get it from a best_path_change_handler because it's contained in a > EventPrefix object which contains this data, but I can't get it if this > method is not called, for example after connecting a second peer. > > > So, does anyone know how do I do that? > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > 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
