inal-
> De: Yusuke Iwase [mailto:iwase.yusu...@gmail.com]
> Enviado el: jueves, 26 de marzo de 2015 02:38 AM
> Para: sballest...@electrica.cujae.edu.cu; ryu-devel@lists.sourceforge.net
> Asunto: Re: [Ryu-devel] Ryu rest_firewall.py
>
> Hi,
>
> On 2015年03月25日 18:43, sbal
Hi,
On 2015年03月25日 18:43, sballest...@electrica.cujae.edu.cu wrote:
> Hello. I'm trying to insert a rule for denying all ICMP traffic to an
> specific host but I can't. So far, I've done this:
>
> 1) First, I allowed in all switches all ICMP traffic and It worked just fine.
>
> *curl -X POST -d
Hello. I'm trying to insert a rule for denying all ICMP traffic to an specific
host but I can't. So far, I've done this:
1) First, I allowed in all switches all ICMP traffic and It worked just fine.
curl -X POST -d ’{"nw_proto":"ICMP"}’
http://localhost:8080/firewall/rules/0001
2)