Re: [Ryu-devel] Rest_router API

2014-06-24 Thread takahashi.minoru
On Wed, 25 Jun 2014 06:06:58 +0500 Zubair Hafeez wrote: > Hi, > > I have some questions regarding Rest_Router API. > > Q1) What happen when the default ttl :64 reaches zero ? I tried changing the > Default TTL value in the API but is not working accordingly. It always > decrements from 64 Pl

Re: [Ryu-devel] REST_Router API

2014-05-21 Thread Yuichi Ito
Hi, Please enclose JSON string with single quotations(ascii code is 0x27) like: curl -X POST -d '{"address":"172.16.20.1/24"}' http://localhost:8080/router/0001 I think you are using "right single quotation marks", 0x2019 at unicode. On Thu, 22 May 2014 06:14:19 +0500 Zubair Hafeez