yue.yihua
2014-10-21 08:18:53 UTC
Hi,
When i use ovs version-2.1.3,i can create bridge in userspace, but when i update to version-2.3.0,i can not create bridge, how can i resolve it?
Thsnk you!
There are my steps:
ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema
ovsdb-server /usr/local/etc/openvswitch/conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock --pidfile --detach --log-file
ovs-vsctl --no-wait init
ovs-vswitchd --pidfile --detach unix:/usr/local/var/run/openvswitch/db.sock --log-file --verbose
ovs-vsctl add-br s1 /* not ok, i must type 'Ctrl+C' to break it */
ovs-vsctl set bridge s1 datapath_type=netdev
ovs-vsctl add-port s1 virbr0
ovs-vsctl set-controller s1 tcp:192.168.8.150:6633
yue.yihua at embedway.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141021/b7b683b6/attachment.html>
When i use ovs version-2.1.3,i can create bridge in userspace, but when i update to version-2.3.0,i can not create bridge, how can i resolve it?
Thsnk you!
There are my steps:
ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema
ovsdb-server /usr/local/etc/openvswitch/conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock --pidfile --detach --log-file
ovs-vsctl --no-wait init
ovs-vswitchd --pidfile --detach unix:/usr/local/var/run/openvswitch/db.sock --log-file --verbose
ovs-vsctl add-br s1 /* not ok, i must type 'Ctrl+C' to break it */
ovs-vsctl set bridge s1 datapath_type=netdev
ovs-vsctl add-port s1 virbr0
ovs-vsctl set-controller s1 tcp:192.168.8.150:6633
yue.yihua at embedway.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141021/b7b683b6/attachment.html>