There is something I don't get with openvswitch. Let's say that I want to create br0 and a port on eth0. As far as I understand, we can setup a bridge and a port through the network configuration files. But then when should we use openvswitch command line like:
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth0