Hi,
When Quantum is using OVS and namespaces there are problems when
namespace is being deleted. More specifically this is when a default
gateway is assigned to an interface that is used by the OVS. A simple
way of reproducing this is:
sudo ip netns exec ip route del ...
sudo ip netns exec
On 10/08/2012 10:24 PM, Jesse Gross wrote:
On Sat, Oct 6, 2012 at 10:21 AM, Gary Kotton wrote:
Hi,
When Quantum is using OVS and namespaces there are problems when namespace
is being deleted. More specifically this is when a default gateway is
assigned to an interface that is used by the OVS
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: