Re: [Ryu-devel] ofctl_rest.py add flow to flood packets OF v1.3

2014-11-18 Thread Minoru TAKAHASHI
Hi, Pablo On 2014年11月19日 10:07, Pablo M. Guevara wrote: > Hello Team, > I'm trying to add a flow to flood packets when coming in on a given port. I > tried all these options but I always get the same result, packet dropped. > > curl -X POST -d '{"dpid": "1","match": {"in_port":"1"}, "hard_timeou

[Ryu-devel] ofctl_rest.py add flow to flood packets OF v1.3

2014-11-18 Thread Pablo M. Guevara
Hello Team, I'm trying to add a flow to flood packets when coming in on a given port. I tried all these options but I always get the same result, packet dropped. curl -X POST -d '{"dpid": "1","match": {"in_port":"1"}, "hard_timeout": "0", "idle_timeout": "0", "actions": [{"type": "OFPP_FLOOD"