Re: [ovs-discuss] Flow format not supported for OF1.3 (ovs2.1)

2015-02-06 Thread Ben Pfaff
On Fri, Feb 06, 2015 at 05:40:53PM -0500, Krishna Pratap wrote: > Thanks for the help. that "ip" in the match fixed all the problems . > this is the flow that i applied > ovs-ofctl -O OpenFlow13 add-flow br0 > in_port=254,ip,actions=output:1,mod_nw_src:'192.1.1.1',controller:6633 > > on a side no

Re: [ovs-discuss] Flow format not supported for OF1.3 (ovs2.1)

2015-02-06 Thread Krishna Pratap
Thanks for the help. that "ip" in the match fixed all the problems . this is the flow that i applied ovs-ofctl -O OpenFlow13 add-flow br0 in_port=254,ip,actions=output:1,mod_nw_src:'192.1.1.1',controller:6633 on a side note, you mentioned about "controller:6633". were you pointing out the incorr

Re: [ovs-discuss] Flow format not supported for OF1.3 (ovs2.1)

2015-02-06 Thread Ben Pfaff
On Fri, Feb 06, 2015 at 04:37:42PM -0500, Krishna Pratap wrote: > ovs-ofctl -O OpenFlow13 add-flow br0 > in_port=9,actions=output:1,mod_nw_src:'192.1.1.1',controller:663 > > > here is the message I get when i try to do it > > ovs-ofctl: none of the usable flow formats (OpenFlow10,NXM) is among t

[ovs-discuss] Flow format not supported for OF1.3 (ovs2.1)

2015-02-06 Thread Krishna Pratap
Hi, Im trying to add a flow which modifies the traffic source IP adress before sending the packet-in to the controller and the flow wouldn't apply. My switch is set to start with OF1.3 and im using ovs2.1 version. here are the commands and the output . ovs-vsctl add-br br