[Ryu-devel] REST router and firewall running together

2016-09-14 Thread renanrb
Hello, I have tried to run rest_router and rest_firewall at the same time, so my ovs could act as both. However, I promptly realized the need to put the firewall rules in a flow table and the routing stuff in a subsequent one. 1. How can I change the tables where the rules go? 2. Besides

Re: [Ryu-devel] REST router and firewall running together

2016-09-27 Thread renanrb
ion files to set the data), but do need to use multiple tables in an application. I already have a model of the tables and rules, just struggling with the implementation. []s Renan R. From: Luis Z?rate Hi, I agree with renanrb, I am trying to implement L3 service as a service without ryu