On Thu, 7 May 2015 15:03:18 +0800 Chen Meng <[email protected]> wrote:
> 1)In ryu,when I run BGPSpeaker ,which method accepts and handles BGP > packet.That is to say,if I parse and get BGP packet(exclude ethernet layer > ,IP layer,tcp layer),which method should I send the data to handle? Ryu BGP code can handle only BGP packets. We don't want to implement the full tcp stack ;) > 2)when BGPSpeaker establishs with a router,data sent to router is produced > by which method ? You mean update messages that BGPSpeaker sends? If you use Ryu BGP as a library, the following might be helpful: http://ryu.readthedocs.org/en/latest/library_bgp_speaker.html ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
