All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] bridge iface drops everything
@ 2012-03-10 11:11 Salvador Fandiño
  0 siblings, 0 replies; only message in thread
From: Salvador Fandiño @ 2012-03-10 11:11 UTC (permalink / raw)
  To: bridge

Hi,

I have a machine, where I am running LXC containers on demand. These 
containers don't need to talk to the outside, just between then and to 
the host, so I am attaching them to an isolated bridge (br0) that 
doesn't have any physical interface attached.

My problem is that by default, the bridge MAC is changed when new 
containers are added or old ones removed causing the network to freeze 
until ARP tables timeout (this is a known "feature").

I have tried to fix the bridge MAC address:

   ip link set br0 address 00:11:22:33:44:55

But that doesn't work unless the MAC used correspond to the virtual 
interfaces of one of the containers or if I make br0 in promiscuous 
mode. Otherwise, br0 seems to drop all the traffic arriving there.

If seems that packets are not going up to the TCP/IP stack through the 
bridge interface (br0) but through any of the interfaces attached to the 
bridge that happens to have the same MAC.

Is this the expected behavior?


BTW, I am running SLES11 SP1 and SP2.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-10 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10 11:11 [Bridge] bridge iface drops everything Salvador Fandiño

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.