you can refer this tutorial for how to use multitable,
https://github.com/knetsolutions/learn-sdn-with-ryu/blob/master/ryu_part7.md
On Thu, Aug 30, 2018 at 8:20 PM Alvaro Jimenez <chavalva...@gmail.com>
wrote:
> 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
>
--
*Regards, *
*Knet solutions.*
website: http://knetsolutions.in/
Facebook Page : https://www.facebook.com/sdntraining/
youtube channel: https://www.youtube.com/channel/UCTD6X9_oDqIYs_xpE7moFnQ
------------------------------------------------------------------------------
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