Re: [Ryu-devel] Get the word out, leverage social media more! I wrote some German documentation

2014-08-10 Thread FUJITA Tomonori
Hi, On Sat, 9 Aug 2014 13:19:01 +0200 Benjamin Eggerstedt wrote: > I think it would be helpful to have an official "Ryu Twitter handle" so > that whenever somebody posts updates or wants to share information on Ryu, > this account could be referenced in a tweet. I also anticipate that many > peo

[Ryu-devel] working with QoS

2014-08-10 Thread Santiago Velez saffon
Hello all. Can someone point me a link or any documentation on working with RYU and QoS ??? I have search a long time with unlucky findings. Thank you very much in advance -- ___

[Ryu-devel] [PATCH] bgp: add route server function to bgpspeaker

2014-08-10 Thread ISHIDA Wataru
implemented draft-ietf-idr-ix-bgp-route-server-05 partially. you can enable this function like below >speaker = BGPSpeaker(as_number=64512, router_id='10.10.0.1') >speaker.neighbor_add('10.0.0.1', 64514, is_route_server_client=True) >speaker.neighbor_add('10.10.0.2', 64513, is_route_s

[Ryu-devel] [PATCH 2/2] bgp: fix bug of Path(Origin) formatting for show VPNv4 prefix information

2014-08-10 Thread Toshiki Tsuboi
The field of 'Path(Origin)' has not displayed in properly ,because Origin codes '2 (incomplete)' is not defined in the latest code . Therfore, I've patched the codes for formatting as follows . INFO:bgpspeaker.api.base:API method operator.show called with args: {'params': ['rib', 'all'], 'format

[Ryu-devel] [PATCH 1/2] bgp: fix bug of labels formatting for show VPNv4 prefix information

2014-08-10 Thread Toshiki Tsuboi
The field of 'Labels' has not displayed in properly because of extracting 'label_list' in python slicing tuples. INFO:bgpspeaker.api.base:API method operator.show called with args: {'params': ['rib', 'all'], 'format': 'cli'} Status codes: * valid, > best Network Labe