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.

Does anyone know how to do this? Do i have to use GoToTable instruction in
the 1st and 2nd tables and Output action in 3rd, 4th and 5th tables?

Thanks in advance.
Álvaro
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to