Re: [Ryu-devel] add flow entry to egress table

2016-07-06 Thread Iwase Yusuke
Hi, According to OpenFlow Spec 1.5, you need to know which table is the first egress table, first. If your switch supports egress table, you can check the capabilities for the egress table by OFPTableFeaturesStatsReply messages. OFPTFF_FIRST_EGRESS capability flag indicates the first egress tabl

[Ryu-devel] add flow entry to egress table

2016-06-26 Thread 邱彥鈞
Hi, As the title says, I tried to add a flow entry to an egress table with ryu controller, but I can't find how to do it in ryu documentation. I found that only openflow 1.5 support egress table. I am using mininet 2.2.1 with openvswitch 2.5, which should support openflow 1.5. Should I config any