On Tue, Jan 07, 2014 at 05:29:16PM +0100, hardik soni wrote: > I am getting following message > > ovs-ofctl: none of the usable flow formats (OXM,OpenFlow11) is among the > allowed flow formats (OpenFlow10,NXM) > > when I write following command on terminal > > sudo ovs-ofctl add-flow s1 "table=0, priority=200, nw_proto=17, > dl_type=0x0800, nw_src=10.0.0.2, tp_dst=5690, > actions=mod_nw_dst:10.0.0.6,mod_dl_dst=32:f6:fa:27:68:8c,output:5,goto_table:1"
goto_table isn't allowed in OpenFlow 1.0, so if you want to use it you will have to specify some other version of OpenFlow. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
