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...

2. Is there a way to add tables to the pipeline using ovs-ofctl commands
    entirely? I do not see an add-table option in the ovs-ofctl command...
Or adding a flow (with a new table) creates the table and adds the flow?

Thanks for all your help...

Regards,
Ashok
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to