[Ryu-devel] bad hardware port error

2014-05-27 Thread Ricardo Schmidt
Hi all, We couldn't find supporting material about the following problem on google. Maybe some in the list is able to help us. We are using Ryu with OpenFlow 1.3 and OVS 2.1.2. We are not really sure why we received the following message: - error type: OFPET_PORT_MOD_FAILED - error code: OFPPMFC_

Re: [Ryu-devel] Problems with matching the flow entry

2014-05-13 Thread Ricardo Schmidt
Hi, answers below. > > I believe the flow entry is correctly installed in the switch. When I run > > the "ovs-ofctl dump-flows" cmd, it returns me two entries, the wildcard > and > > the one I created. However, the pkt and byte counters of mine rule are > > always empty. To test it I created a pc

Re: [Ryu-devel] Problems with matching the flow entry

2014-05-12 Thread Ricardo Schmidt
de where a flow entry is created with match fields containing ip addresses or transport protocol ports? Thanks, Ricardo On Sat, May 10, 2014 at 4:43 PM, FUJITA Tomonori < fujita.tomon...@lab.ntt.co.jp> wrote: > On Fri, 9 May 2014 13:31:09 +0200 > Ricardo Schmidt wrote: > > >

[Ryu-devel] Problems with matching the flow entry

2014-05-09 Thread Ricardo Schmidt
Hi all, We are having difficulties on setting the match fields of a flow entry using Ryu. Our OpenFlow switch is a Pica8 running openvswitch 2.0.90. We inject some traffic in the interface of the switch by using tcpreplay. This traffic consists of a single 12-second IP connection. As a reply for

[Ryu-devel] I'm not seeing flow_removed msgs

2014-05-07 Thread Ricardo Schmidt
Hi all, I'm trying some first steps with Ryu and a Pica8 openflow switch (running open vswitch). I run the testing application simple_switch_13.py that comes with Ryu package. I see packet_in msgs and I'm able to alter the timeouts of flow entries in the switch by simply changing values in the def