Comment 4 for bug 1213887

Revision history for this message
Søren Laursen (sl-6) wrote :

Have tried:
Linux kvm07 3.5.0-37-generic #58~precise1-Ubuntu SMP Wed Jul 10 17:48:11 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.10.7-031007-generic #201308150319 SMP Thu Aug 15 07:20:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.11.0-999-generic #201308190423 SMP Mon Aug 19 08:24:36 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.11.0-031100rc6-generic #201308181835 SMP Sun Aug 18 22:35:54 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

The bridge still fails. However, I have narrowed it a bit down.

If you create a simple tap interface for example:
sudo tunctl -u root -t tap42
sudo brctl addif mybridte tap42
sudo ip link set tap42 up
sudo ip addr add 10.0.0.10 dev tap42

It will continue to work and response to ping etc.

If the bridge is created by ganeti/kvm it will fail, if you try to make more than "one" connection. For example, start a ping and the a ssh connection the network freeze.

Regards

Søren