[Ryu-devel] REST FIREWALL - Mininet vs Real enabled Openflow Switches

2017-05-08 Thread Juan Francisco Guano
Hi everybody, When I run the rest firewall app, This works well in Mininet and Real enabled Openflow Switches(OVS under vmware machine) except in the case of a desconection of a switch in datapath id list of switch conected to app because the time to update the list is about 15 minutes, in mininet

Re: [Ryu-devel] REST FIREWALL IP Network in a rule

2017-02-12 Thread Iwase Yusuke
Hi Juan, According to REST API reference of rest_firewall.py, you can set IP network address with mask. http://osrg.github.io/ryu-book/en/html/rest_firewall.html#id10 e.g.) "DENY" action matching IP destination to "192.168.1.0/24". curl -X POST -d '{"nw_dst": "192.168.1.0/24", "actions": "D

[Ryu-devel] REST FIREWALL IP Network in a rule

2017-02-11 Thread Juan Francisco Guano
Hi everybody, I wanna know if the ryu app REST FIREWALL can set an IP address of all network in order to set the rules to allow or deny traffic, for example the IP network address:192.168.1.0/24. Any suggestion? Regards Juan

[Ryu-devel] REST FIREWALL

2017-02-10 Thread Juan Francisco Guano
Hi everybody, I wanna know if the ryu app REST FIREWALL can set an IP adrress range in the rules to allow or deny traffic, for example the IP range: 192.168.1.1-192.168.1.20, etc. Any suggestion? Regards Juan -- Check