<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; ">
<div style="color: rgb(0, 0, 0); ">
<div>Hi,</div>
<div><br>
</div>
<div>I notice that If I add my beth link to any other bridge except lxcbr0, my ubuntu container takes a really long time to boot up, and seems to hang/wait for a long time after this statement:</div>
<div>
<div> * Starting Bridge socket events into upstart   ...done.</div>
<div><br>
</div>
</div>
<div>My config file is:</div>
<div>
<div><br>
</div>
<div>…….</div>
<div># Network configuration</div>
<div>lxc.network.type = veth</div>
<div>lxc.network.link = br-int</div>
<div>lxc.network.ipv4 = 172.16.0.2</div>
<div>lxc.network.name = eth0</div>
<div>lxc.network.flags = up</div>
<div>lxc.network.hwaddr = 00:16:3e:d9:c0:ce</div>
</div>
<div><br>
</div>
<div>I found out, that if I keep </div>
</div>
<div><font class="Apple-style-span" color="#ff0000">lxc.network.link = lxcbr0 </font></div>
<div style="color: rgb(0, 0, 0); ">Instead of</div>
<div style="color: rgb(0, 0, 0); ">lxc.network.link = br-int</div>
<div style="color: rgb(0, 0, 0); "><br>
</div>
<div style="color: rgb(0, 0, 0); ">It boots up really fast.</div>
<div style="color: rgb(0, 0, 0); ">Is there any way to get around this? I don't want to add the veth interface to lxcbr0, but to br-int..</div>
<div style="color: rgb(0, 0, 0); "><br>
</div>
<div style="color: rgb(0, 0, 0); ">Anjali</div>
<div style="color: rgb(0, 0, 0); "><br>
</div>
</body>
</html>