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 address and ip destination address match
2nd table: vlan tag match
3rd table: tcp port match for vlan 101
4th table: tcp port match for vlan 201
5th table: tcp port match for vlan 301
Depending on the vlan tag and tcp port I'm forwarding traffic through
normal port or IPsec port.
I tried to set OFPInstructionGoToTable(table_id) when adding flows in 1st
and 2nd tables and OFPActionOut(out_port) to forward traffic in 3rd, 4th
and 5th tables. Traffic goes through 1st table but then not all traffic
matches the 2nd table. Is this configuration correct or am i doing
something wrong?

Thanks in advance.
Álvaro
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to