From: Chris Boot <bootc@bootc.net>
To: netdev <netdev@vger.kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: igb + balance-rr + bridge + IPv6 = no go without promiscuous mode
Date: Fri, 23 Dec 2011 09:42:06 +0000 [thread overview]
Message-ID: <4EF44CEE.5020704@bootc.net> (raw)
Hi folks,
As per Eric Dumazet and Dave Miller, I'm opening up a separate thread on
this issue.
I have two identical servers in a cluster for running KVM virtual
machines. They each have a single connection to the Internet (irrelevant
for this) and two gigabit connections between each other for cluster
replication, etc... These two connections are in a balance-rr bonded
connection, which is itself member of a bridge that the VMs attach to.
I'm running v3.2-rc6-140-gb9e26df on Debian Wheezy.
When the bridge is brought up, IPv4 works fine but IPv6 does not. I can
use neither the automatic link-local on the bridge nor the static global
address I assign. Neither machine can perform neighbour discovery over
the link until I put the bond members (eth0 and eth1) into promiscuous
mode. I can do this either with tcpdump or 'ip link set dev ethX
promisc on' and this is enough to make the link spring to life.
This cluster is not currently live so I can easily test patches and
various configurations.
The relevant parts of /etc/network/interfaces:
iface bond0 inet manual
slaves eth0 eth1
bond-mode balance-rr
bond-miimon 100
bond-downdelay 200
bond-updelay 200
iface br0 inet static
address [snip]
netmask 255.255.255.224
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 5
iface br0 inet6 static
address [snip]
netmask 64
lspci:
02:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit
Network Connection [8086:1521] (rev 01)
02:00.1 Ethernet controller [0200]: Intel Corporation I350 Gigabit
Network Connection [8086:1521] (rev 01)
These use the 'igb' driver.
Thanks,
Chris
--
Chris Boot
bootc@bootc.net
next reply other threads:[~2011-12-23 9:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-23 9:42 Chris Boot [this message]
[not found] ` <CAADHFRBWR0JJNmPzQA3=40s5a6fZ3TJEoC0aWzo+3wXruEZC5A@mail.gmail.com>
[not found] ` <4EF454C7.8020305@bootc.net>
2011-12-23 10:48 ` igb + balance-rr + bridge + IPv6 = no go without promiscuous mode Nicolas de Pesloüan
2011-12-23 10:56 ` Chris Boot
2011-12-27 21:53 ` Chris Boot
2012-01-03 23:23 ` Wyborny, Carolyn
2012-01-04 16:00 ` Wyborny, Carolyn
2012-01-04 16:58 ` Chris Boot
2012-01-04 18:10 ` Neil Horman
2012-01-09 17:19 ` Wyborny, Carolyn
2012-01-09 19:44 ` Chris Boot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EF44CEE.5020704@bootc.net \
--to=bootc@bootc.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).