From: Peter Bieringer <pb@bieringer.de>
To: netdev@vger.kernel.org
Cc: "YOSHIFUJI Hideaki / 吉藤英明" <yoshfuji@linux-ipv6.org>,
usagi-users@linux-ipv6.org
Subject: (usagi-users 03687) Re: Bug in order of multiple IPv6 addresses per interface? Newest added one is preferred in difference to IPv4
Date: Mon, 21 Aug 2006 12:47:36 +0200 [thread overview]
Message-ID: <44E98F48.70204@bieringer.de> (raw)
In-Reply-To: <20060821.194253.07794662.yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki / 吉藤英明 schrieb:
> Hello.
>
> In article <44E94653.1040002@bieringer.de> (at Mon, 21 Aug 2006 07:36:19 +0200), Peter Bieringer <pb@bieringer.de> says:
>
>> In IPv6, the behavior is completly different:
>>
>> # ip -6 addr show dev eth0 |grep -w inet6 |grep -w global
>> inet6 2001:db8:0:1::11/64 scope global
>>
>> # ip -6 addr add 2001:db8:0:1::253/64 dev eth0
>>
>> # ip -6 addr show dev eth0 |grep -w inet6 |grep -w global
>> inet6 2001:db8:0:1::253/64 scope global <- #2 !!!!
>> inet6 2001:db8:0:1::11/64 scope global <- #1
>>
>> So the last added on is now the first in list. Also, it gets no
>> "secondary" flag and "ip" doesn't even support this flag.
>
> IPv6 does not have secondary flag. We even reuse that for
> IPv6 temporary addresses.
>
>> And the worse thing is that the first one in list (= last added one) is
>> now used as default for outgoing connections. Can be easily tested using
>> "ping6".
> :
>> Is this a bug (I hope so) or a (undocumented?) feature?
>
> An implementation decision.
Thank you for this clarification.
> I do not favor changing this so far.
Hmm, would it be possible to implement a primary flag in the future?
BTW: Does anyone know about the behavior of *BSD for this issue?
Peter
--
Dr. Peter Bieringer http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D mailto:pb@bieringer.de
Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
OpenBC http://www.openbc.com/hp/Peter_Bieringer/
Personal invitation to OpenBC http://www.openbc.com/go/invita/3889
next prev parent reply other threads:[~2006-08-21 10:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-21 5:36 Bug in order of multiple IPv6 addresses per interface? Newest added one is preferred in difference to IPv4 Peter Bieringer
2006-08-21 10:42 ` YOSHIFUJI Hideaki / 吉藤英明
2006-08-21 10:47 ` Peter Bieringer [this message]
2006-08-21 11:55 ` JINMEI Tatuya / 神明達哉
2006-08-21 12:36 ` (usagi-users 03690) " Peter Bieringer
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=44E98F48.70204@bieringer.de \
--to=pb@bieringer.de \
--cc=netdev@vger.kernel.org \
--cc=usagi-users@linux-ipv6.org \
--cc=yoshfuji@linux-ipv6.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 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.