Re: [Ryu-devel] Rest API questions

2014-07-31 Thread Yusuke Iwase
Hi, On 2014年07月31日 17:54, Marc Bruyere wrote: > Hi, > > I am trying to add a couple of flows using ofctl_rest.py with curl like > that one : > > curl -X POST -d '{"cookie": "1","dpid": 0x9b9de89a8ffbc388,"priority": > "23999","match": {"in_port": > "1"},"actions":[{"type":"OUTPUT","port":"1"}

[Ryu-devel] Rest API questions

2014-07-31 Thread Marc Bruyere
Hi, I am trying to add a couple of flows using ofctl_rest.py with curl like that one : curl -X POST -d '{"cookie": "1","dpid": 0x9b9de89a8ffbc388,"priority": "23999","match": {"in_port": "1"},"actions":[{"type":"OUTPUT","port":"1"}]}' http://127.0.0.1:8080/stats/flowentry/add I am not sure i