Re: [Ryu-devel] Questions about packetgenerator and packetgenerator2

2015-05-20 Thread Minoru TAKAHASHI
Hi, Fujita-san On 2015年05月20日 15:38, FUJITA Tomonori wrote: > On Tue, 19 May 2015 16:05:45 +0900 > Minoru TAKAHASHI wrote: > >> Now, I work on OF1.5 support. > > Nice, what message you are working on? We are working on a B.18.15 and B.18.16 for starters. B.18.15 Port properties for pipeline

Re: [Ryu-devel] static router in ryu

2015-05-20 Thread Vinllen Chen
Thankyou lwase On Thu, May 21, 2015 at 9:21 AM, Yusuke Iwase wrote: > Hi Vinllen, > > On 2015年05月20日 17:42, Vinllen Chen wrote: > > Hi, Dear all: > > > > I'm new to ryu. I want to use ryu to send the static router from > controller to openflow hybrid switch which support openflow1.3. As i >

Re: [Ryu-devel] static router in ryu

2015-05-20 Thread Yusuke Iwase
Hi Vinllen, On 2015年05月20日 17:42, Vinllen Chen wrote: > Hi, Dear all: > > I'm new to ryu. I want to use ryu to send the static router from > controller to openflow hybrid switch which support openflow1.3. As i > following the source code, i found there is a api named rest_router.py which >

[Ryu-devel] How to connect Ryu to Zebra/Quagga

2015-05-20 Thread Vinllen Chen
Hi, Dear all: I want to connect Ryu to Zebra/Quagga, do you have any idea or any app to connecting this ? Great appreciate for anyone's reply. Best regards, Vinllen -- One dashboard for servers and applications a

[Ryu-devel] RV: Ryu_router help me

2015-05-20 Thread Susana Ballester Macías
hello I´m checking "Ryu SDN framework, release 1.0" and I’m working fine with it’s firewall app described in chapter 9. But I´m trying to simulate an SDN environment in Mininet with Ryu controller and use a router(L3 switch OpenFlow) that can be set using REST. I´m trying to use the router de

[Ryu-devel] Ryu_router help me

2015-05-20 Thread Susana Ballester Macías
hello I´m checking "Ryu SDN framework, release 1.0" and I’m working fine with it’s firewall app described in chapter 9. But I´m trying to simulate an SDN environment in Mininet with Ryu controller and use a router(L3 switch OpenFlow) that can be set using REST. I´m trying to use the router de

[Ryu-devel] (no subject)

2015-05-20 Thread Lia Lia
hello i´m cheking "Ryu SDN fraework, release 1.0" and i work with firewall dscribed in chapter 9 ok. But I´m trying to simulate an SDN enviroment in Mininet with ryu controller and use a router(switch OpenFlow) that can be set using REST. I´m trying to use the router described in "Ryu SDN fraew

[Ryu-devel] static router in ryu

2015-05-20 Thread Vinllen Chen
Hi, Dear all: I'm new to ryu. I want to use ryu to send the static router from controller to openflow hybrid switch which support openflow1.3. As i following the source code, i found there is a api named rest_router.py which i can use to send the static router. My question is how does the