On Mon, Dec 15, 2014 at 9:28 AM, Justin Pettit <jpet...@nicira.com> wrote:
>
>
> > On Dec 14, 2014, at 5:14 PM, Ashok Chippa <a.n.chi...@gmail.com> wrote:
> >
> > 1. What am I doing wrong below?
> >
> > root@ashok-vb$ ovs-vsctl list-br
> > br-infra
> > br-int
> >
> > root@ashok-vb$ ovs-ofctl dump-table-features br-int
> > ovs-ofctl: dump-table-features needs OpenFlow 1.3 or later ('-O
> OpenFlow13')
> > root@ashok-vb$ ovs-ofctl --version
> > ovs-ofctl (Open vSwitch) 2.3.0
> > Compiled Dec 11 2014 18:47:11
> > OpenFlow versions 0x1:0x4
> >
> > I am running 1.4 which is 1.3 or later...
>
> Did you try running the ovs-ofctl command with "-O OpenFlow12" as
> suggested in the error?
>


Hey Ashok,

The output 'OpenFlow versions 0x1:0x4' means the range of OpenFlow
versions supported by ovs-ofctl (0x1 => OpenFlow 1.0, 0x4 => OpenFlow 1.3)

For now, ovs-ofctl only enables OpenFlow 1.0 by default.
So you must use -O OpenFlow13

Thanks,
Alex Wang,
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to