Re: [Ryu-devel] Reg: Multitable support in RYU

2017-08-31 Thread Iwase Yusuke
Hi Subha, You can install flow entries into the specific table by using "table_id" argument of "OFPFlowMod". Please refer to the Ryu Documentation here. http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_parser.OFPFlowMod Thanks, Iwase On 2017年08月31日 14:26, S

[Ryu-devel] Reg: Multitable support in RYU

2017-08-30 Thread Subha
Hello guys, Are there any documents giving an example for multi-table support using RYU. 1) For a particular pipeline, how can we define different tables and how to send the flow. 2) Are there ways to define Table Type Patterns in RYU . 3) Are there any links or documents explaining it. Pleas