Well, I'm working on my Master's degree research, which is about
migrating to SDN. I need to run
services/protocols such as routing(static and OSPF), ACLs and/or NAT
using OpenFlow switches, same as
traditional routers would do. I don't need REST (as I'm using
configuration files to set the d
Hi, I agree with renanrb, I am trying to implement L3 service as a
service without ryu openstack agent so I have the same problem, I need to
run firewall, router, nat in the same datapath manage by rest API.
So how I can run all services with precedence order ? renanrb are you
interested in imp
Hi,
On 2016年09月14日 22:33, rena...@ime.usp.br wrote:
>
> 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