On Sat, Mar 29, 2014 at 10:02:56PM -0500, Andrew Niteesh wrote:
> *root@ovs-2:~#* ovs-vsctl show
> d69e536a-e484-4aa0-817b-3cae4fc2dd3c
>     Bridge "br0"
>         Controller "tcp:x.x.x.x:6633"
>         Port "eth3"
>             Interface "eth3"
>         Port "br0"
>             Interface "br0"
>                 type: internal
>         Port "eth1"
>             Interface "eth1"
> *root@ovs-2:~#* ovs-ofctl dump-flows br0
> *ovs-ofctl: br0 is not a bridge or a socket*

It looks like ovs-vswithcd wasn't able to create the bridge, perhaps
because the kernel module wasn't loaded.

> *So I tried this,*
> *root@ovs-2:~# *sudo ovs-vsctl set bridge br0 datapath_type=netdev
> 2014-03-30T02:53:46Z|00002|ovsdb_idl|WARN|syntax "{"details":"no table
> named Flow_Sample_Collector_Set","error":"syntax error"}": syntax error:
> <table-updates> includes unknown table "error"

It seems that the version of ovs-vsctl doesn't match the database in
use.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to