[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110926084743.35cb2ccc@nehalam.linuxnetplumber.net>
Date: Mon, 26 Sep 2011 08:47:43 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Marc Haber <mh+netdev@...schlus.de>
Cc: netdev@...r.kernel.org
Subject: Re: Bridge stays down until a port is added
The root of this whole problem is really that IPv6 reports addresses
in a tentative state to applications that can not be passed to the bind() system call.
For most cases, this problem never happens because the tentative addresses are
resolved by Duplicate Address Detection before the application starts. But
I have seen (and fixed) this happen before this whole discussion started.
1. The problem is not unique to bridges. It happens with bridge, macvtap,
even on wireless networks where the device is available but carrier is
not asserted.
2. Any change to what the kernel does (like not reporting tentative addresses)
would break applications even worse.
3. When the bridge was always reporting carrier, it was in effect breaking
IPv6 Duplicate Address Detection. And that is bad.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists