[ovs-dev] Forwarding packet to multiple switch ports

hardik soni hardiksk at gmail.com
Tue Jan 7 18:20:58 UTC 2014


what is the highest version of openflow implemented in 2.0.0 ovs?
And how to enable it?
On 7 Jan 2014 18:14, "Ben Pfaff" <blp at nicira.com> wrote:

> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20140107/5b7a9614/attachment-0003.html>


More information about the dev mailing list