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] 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