Please don't drop the mailing list On Thu, 7 May 2015 20:32:24 +0800 Chen Meng <[email protected]> wrote:
> If a traditional router sends BGP packets to Openflow Switch ,and Openflow > Switch transfers packets to ryu controller,how can I run implement BGP > service.Currently,I want to achieve it by parsing packet_in message and get > only BGP packets,but when I parse and get only BGP packets ,I don't know > which method/class accepts parsed BGP packets.Can you give me some > ideas/suggestions? Unfortunately, there is no method/class in Ryu for such. With your approach, you need to implement the full TCP stack feature. I would recommend to use an OpenFlow switch that supports the ability to receive and send on the Linux network device. Then, Ryu BGP speaker (and network applications) can run without modification because the switch works like a server (I used our BGP speaker with such switch). ------------------------------------------------------------------------------ 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
