[ovs-discuss] FW: Doubt about somes command's

Rafael Gomes rggg88 at hotmail.com
Mon Feb 11 18:51:25 UTC 2013







Good afternoon,

I new in openflow world and openvswitch.

I have some questions about building and install openvswitch, and using commands.

First for example, the command ovs-vswitched flow_table, i guess don't work because appear this messages in console:

reconnect|INFO|flow-table: connecting
reconnect|WARN|flow-table: connection attempt failed (Address family not supported)

Other example is the command ovs-dpctl dump-flows br0, the error message is ovs-dctl: opening datapath (No such device)... 

If you can help me, I'll be grateful

The way that I installed openvswitch was: 
tar xvfz openvswitch-1.7.3.tar.gz
cd openvswitch-1.7.3
./configure
Make
Make Install
mkdir -p /usr/local/etc/openvswitch
ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema
ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
--remote=db:Open_vSwitch,manager_options \
--private-key=db:SSL,private_key \
--certificate=db:SSL,certificate \
--bootstrap-ca-cert=db:SSL,ca_cert \
--pidfile --detach &
ovs-vswitchd --pidfile –detach
ovs-vsctl add-br br0
ovs-vsctl set bridge br0 datapath_type=netdev

 		 	   		   		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20130211/c7f1cb08/attachment-0001.html>


More information about the discuss mailing list