[Ryu-devel] put the bmpstation server host and port configuration to flags.py

2014-08-09 Thread Peng Xiao
hi team I have put the bmpstation server host and port configuration to flags.py so user can use $ ryu-manager ryu/app/bmpstation.py to use the default bind ip and port, or $ ryu-manager ryu/app/bmpstation.py --bmpstation-host=10.1.1.1 --bmpstation-port=2 to a specific host ip and

[Ryu-devel] patch: put the bmpstation server host and port configuration to flags.py

2014-08-09 Thread Peng Xiao
hi team I have put the bmpstation server host and port configuration to flags.py so user can use $ ryu-manager ryu/app/bmpstation.py to use the default bind ip and port, or $ ryu-manager ryu/app/bmpstation.py --bmpstation-host=10.1.1.1 --bmpstation-port=2 to a specific host ip and

[Ryu-devel] identify protocols in ryu

2014-08-09 Thread janael pinheiro
greetings. need to identify sip protocols and RTP passing by ryu. how can I do this? -- ___ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/l

Re: [Ryu-devel] Supporting for multiple BGP speakers in one app?

2014-08-09 Thread Jerry Cen
> What's kinda use case for running two BGP speakers in one app? We need to connect to two upstream BGP routers and we want to run them under two BGP sessions instead of one. It is mostly of a policy consideration perspective. I understand that we will have to listen to two different ports on the s

Re: [Ryu-devel] [PATCH] VPNv4 Prefix information in Ryu BGPS

2014-08-09 Thread FUJITA Tomonori
On Sat, 9 Aug 2014 17:06:58 +0900 Toshiki Tsuboi wrote: > I have just tested Ryu BGPS . > But the result looks unexpected regarding of show_command . > I can’t find the advertised labels or assigned labels for vpnv4 prefix . > (reference: http://sourceforge.net/p/ryu/mailman/message/32686423/ )

Re: [Ryu-devel] issues about setup flow entry

2014-08-09 Thread FUJITA Tomonori
On Fri, 8 Aug 2014 17:19:56 +0800 马超 wrote: > Hi ! > >I write a app with OFP1.0, and the OpenFlow versions on OVS is > *0x1:0x4*. What 'the OpenFlow versions on OVS is *0x1:0x4*.' means? -- _

Re: [Ryu-devel] How to register "send_set_config " message

2014-08-09 Thread FUJITA Tomonori
Hi, On Wed, 6 Aug 2014 10:40:55 +0100 Bruce SUN wrote: > Yes. I have written this function. However, I don't know where/how my > application calls this function. I want to know whether I need register an > event. Then controller can directly send this message after getting the > featureReply mes

Re: [Ryu-devel] About configurable tester/target ports in ryu/tests/switch/tester.py

2014-08-09 Thread FUJITA Tomonori
Hi, On Fri, 8 Aug 2014 16:03:36 +0800 Pyxis LX wrote: > We're conducting conformance tests using ryu/tests/switch/terster.py heavily. Thanks! > Is it possible to make these parameters configurable? > > TESTER_SENDER_PORT > TESTER_RECEIVE_PORT > TARGET_SENDER_PORT > TARGET_RECEIVE_PORT > > Th

Re: [Ryu-devel] Clustering in Ryu controller

2014-08-09 Thread FUJITA Tomonori
Hello, On Wed, 6 Aug 2014 17:22:30 + benamrane fouad wrote: > Hi all, I would like to implement several controllers in the same cluster, > how can I do that with Ryu controller. There are too many ways to do such. Our OpenStack plugin, OFAgent, is one of them. Multiple OpenFlow controllers

Re: [Ryu-devel] Supporting for multiple BGP speakers in one app?

2014-08-09 Thread FUJITA Tomonori
Hello, On Thu, 7 Aug 2014 15:03:57 -0700 Jerry Cen wrote: > I am trying to run two BGP speakers in one app. I can bind the two > speakers to different ports but they seem to be sharing the same > CORE_MANAGER singleton. I am wondering if there are plans to extend > the BGP libs to support multip

Re: [Ryu-devel] patch about bgp open message

2014-08-09 Thread FUJITA Tomonori
On Fri, 8 Aug 2014 13:22:41 +0800 Peng Xiao wrote: > I write a patch about bgp open message capacity code type =128, > > this is a cisco old route refresh。 Applied the patch, thanks a lot! We don't need a pull request. Please just send a patch to the mailing list next time. Thanks! -

Re: [Ryu-devel] [PATCH 2/2] bgp: support add/delete vpnv6 prefix

2014-08-09 Thread FUJITA Tomonori
On Fri, 8 Aug 2014 16:07:47 +0900 Hiroshi Yokoi wrote: > added VPNv6 prefix support. > This patch enables addition and deletion of VPNv6 prefix. > > Signed-off-by: Hiroshi Yokoi > --- > ryu/services/protocols/bgp/api/base.py | 1 + > ryu/services/protocols/bgp/bgpspeaker.py

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

2014-08-09 Thread Benjamin Eggerstedt
Hey Ryu community, 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 people would follow this as a central resource, you could m

[Ryu-devel] [PATCH] VPNv4 Prefix information in Ryu BGPS

2014-08-09 Thread Toshiki Tsuboi
I have just tested Ryu BGPS . But the result looks unexpected regarding of show_command . I can’t find the advertised labels or assigned labels for vpnv4 prefix . (reference: http://sourceforge.net/p/ryu/mailman/message/32686423/ ) Therfore, I've patched the codes for formatting as follows . => ne