Re: [ovs-discuss] OFPET_FLOW_MOD_FAILED

2016-11-03 Thread Ben Pfaff
I don't see how this is connected to Open vSwitch. Do you have a question related to Open vSwitch? On Thu, Nov 03, 2016 at 05:14:38AM -0400, Ajinkya D Kadam wrote: > HI All, > > I am doing a simple experiment to add a default table miss flow entry to a > hardware OpenFlow Switch. Below are the d

[ovs-discuss] OFPET_FLOW_MOD_FAILED

2016-11-03 Thread Ajinkya D Kadam
HI All, I am doing a simple experiment to add a default table miss flow entry to a hardware OpenFlow Switch. Below are the details of the tools I am using Controller : RYU OpenFlow Switch : FortiCore 3700E OF_version : 1.3 I am using the example code (example_switch_13.py) available in ryu/app.