On Thu, Sep 15, 2011 at 05:12:15AM -0700, David Nguyen wrote:
> 1.what is differen of create bridge and create datapath ?how to use them ?

A datapath is a kernel concept.
A bridge is an Open vSwitch switch.

> 2. when i create a dataparth dp0
> ?with syntax?ovs-dpctl addif nl:0 eth1 
> ----> eth1 is a physical interface of (OVS) ? 

Yes, but there's no need to create datapaths yourself.  ovs-vswitchd
will do it for you.

> 3.How can?Let OpenvSwitch talk to the controller NOX, without use syntax 
> :ovs-openflowd dp0 --datapath-id=  tcp:[] port 6633 --out-of-band
> because ovs-openflowd : command not found
> i try to use ovs-vswitchd but not successful.

ovs-vsctl set-controller br0 tcp:1.2.3.4
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to