On Fri, 6 Feb 2015 16:30:49 +0900
Toshiki Tsuboi <[email protected]> wrote:

> You can understand adj-RIB-in information through new api.
>  - received-routes : paths received and not withdrawn by given peer
>  - sent-routes : paths sent and not withdrawn to given peer
> 
> (sample log of show neighbor)
> INFO:bgpspeaker.api.base:API method operator.show called with args: 
> {'params': ['neighbor', 'received-routes', '192.168.101.101', 'all'], 
> 'format': 'cli'}
> Status codes: x filtered
> Origin codes: i - IGP, e - EGP, ? - incomplete
>     Timestamp           Network                          Labels   Next Hop    
>          Metric LocPrf Path
>     2015/02/06 06:52:04 192.168.1.0/30                   None     
> 192.168.101.101      100    None   [65010] i
>     2015/02/06 06:52:04 192.168.2.0/30                   None     
> 192.168.101.101      100    None   [65010] i
>     2015/02/06 06:52:04 0.0.0.0/0                        None     
> 192.168.101.101      100    None   [65010, 65001] i
> 
> Signed-off-by: Toshiki Tsuboi <[email protected]>
> ---
>  ryu/services/protocols/bgp/bgpspeaker.py | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Looks nice, applied. Thanks!

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to