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.yi...@embedway.com
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to