It's simple to use it.

For example
https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L32

If there is a new route (new best path), you use a handler to get it.
https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L35

To add new neighbor, just use `neighbor_add` function
https://github.com/sdnds-tw/Ryu-SDN-IP/blob/master/sdn_ip.py#L42

for more information, you need to read the python doc from source code or
source code itself.


2016-05-03 22:04 GMT+08:00 oualid hjira <oualidhj...@gmail.com>:

> hello,
>
> can you please tell me how to enable the bgp speaker of ryu and how does
> it work (where does it store the new routes and how can i get them )
>
> Best regards
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>


-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab

http://takeshi.tw
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to