[Ryu-devel] Multiple flow tables configuration

2018-08-30 Thread Alvaro Jimenez
Hi everyone, I'm trying to figure out how to implement a multiple table forwarding configuration based on packet headers. I am only managing packets with vlan tags (101,201,301) and tcp header (http and ftp services). I want to implement multiple flow tables: 1st table: ethernet destination addres

Re: [Ryu-devel] Unable to recieve tagged frames on controller

2018-08-30 Thread Alvaro Jimenez
Thanks for the answer. It was a simple config issue. Subinterfaces pops vlan tag when they recieve the tag frame as they assume packets reached destiny. Just adding eth0 to the ovs worked. El jue., 30 ago. 2018 a las 4:37, IWAMOTO Toshihiro () escribió: > On Wed, 29 Aug 2018 07:12:27 +0900, > Alv