Hi,
I have a host that has 1 NIC (em1). The IP address was received via
DHCP. After installing openvswitch (openvswitch.x86_64 1.4.0-4.fc17) I
did the following:
ovs-vsctl add-br br-int
ovs-vsctl add-port br-int em1
This cases a loss of network connectivity.
A work around for this was:
ovs-vsctl del-br br-int
ifdown em1
ip link set em1 up
ovs-vsctl add-br br-int
ovs-vsctl add-port br-int em1
sudo dhclient br-int
Thanks
Gary
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev