[Bug 487745] Re: Adding IP address with scope link creates global address

2012-06-29 Thread Stéphane Graber
Based on the mailing-list thread, it looks like this won't be "fixed" as
::4/64 is technically a globally routable address so scope global is
enforced.

** Changed in: iproute (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/487745

Title:
  Adding IP address with scope link creates global address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute/+bug/487745/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487745] Re: Adding IP address with scope link creates global address

2009-11-25 Thread Andreas Henriksson
FYI, I posted to the netdev mailing list about this issue

http://www.spinics.net/lists/netdev/msg113943.html

-- 
Adding IP address with scope link creates global address
https://bugs.launchpad.net/bugs/487745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487745] Re: Adding IP address with scope link creates global address

2009-11-25 Thread Andreas Henriksson
I think this is a kernel bug. The scope seems to be passed into the
kernel via netlink as specified on the command line.

Looking at the kernel:
inet6_rtm_newaddr [1] calls  inet6_addr_add [2] without passing the ifa_scope 
struct member and then the scope is generated from the address within the 
inet6_addr_add function.

[1]: http://lxr.linux.no/#linux+v2.6.31/net/ipv6/addrconf.c#L3263
[2]: http://lxr.linux.no/#linux+v2.6.31/net/ipv6/addrconf.c#L2081

(compare the ipv4 equivalent inet_addr_add and see that it picks up the
ifa_scope from the rtnetlink message. Setting scope with iproute on ipv4
addresses works for me.)

Please forward to bugzilla.kernel.org (and by the way, iproute doesn't
have any bug tracker as far as I know).

-- 
Adding IP address with scope link creates global address
https://bugs.launchpad.net/bugs/487745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487745] Re: Adding IP address with scope link creates global address

2009-11-24 Thread Jedasothi

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36030593/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/36030594/XsessionErrors.txt

-- 
Adding IP address with scope link creates global address
https://bugs.launchpad.net/bugs/487745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487745] Re: Adding IP address with scope link creates global address

2009-11-24 Thread Jedasothi
I have sought a bug tracker upstream, but not found one.

-- 
Adding IP address with scope link creates global address
https://bugs.launchpad.net/bugs/487745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs