All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Bugme-new] [Bug 13443] New: Scope 1 in multicast addresses in IPV6 should be node local
       [not found] <bug-13443-10286@http.bugzilla.kernel.org/>
@ 2009-06-03 21:40 ` Andrew Morton
  2009-06-04  4:37   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2009-06-03 21:40 UTC (permalink / raw)
  To: netdev; +Cc: bugzilla-daemon, bugme-daemon, aviad.yehezkel5


(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Wed, 3 Jun 2009 16:06:29 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:

> http://bugzilla.kernel.org/show_bug.cgi?id=13443
> 
>            Summary: Scope 1 in multicast addresses in IPV6 should be node
>                     local
>            Product: Networking
>            Version: 2.5
>     Kernel Version: 2.6.27
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: IPV6
>         AssignedTo: yoshfuji@linux-ipv6.org
>         ReportedBy: aviad.yehezkel5@gmail.com
>         Regression: No
> 
> 
> I think scope 1 in multicast addresses in IPV6 should be node local (according
> to all the documentation + rfc I found on the web) and therefore pkt's with
> such destination address should not go on the wire.
> When I try to send a udp pkt with sock_dgram to such ipv6 address with scope 1
> I see the pkt is going on the wire and I can catch it on the other side by
> joining this multicast address.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bugme-new] [Bug 13443] New: Scope 1 in multicast addresses in IPV6 should be node local
  2009-06-03 21:40 ` [Bugme-new] [Bug 13443] New: Scope 1 in multicast addresses in IPV6 should be node local Andrew Morton
@ 2009-06-04  4:37   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-06-04  4:37 UTC (permalink / raw)
  To: akpm; +Cc: netdev, bugzilla-daemon, bugme-daemon, aviad.yehezkel5

From: Andrew Morton <akpm@linux-foundation.org>
Date: Wed, 3 Jun 2009 14:40:31 -0700

>> I think scope 1 in multicast addresses in IPV6 should be node local (according
>> to all the documentation + rfc I found on the web) and therefore pkt's with
>> such destination address should not go on the wire.
>> When I try to send a udp pkt with sock_dgram to such ipv6 address with scope 1
>> I see the pkt is going on the wire and I can catch it on the other side by
>> joining this multicast address.

It looks like we need an addr_type and device check in ip6_output().

But in my opinion this is a pretty bogus requirement.  It's so easy
for things like netfilter, the packet scheduler classifier, or
other entities to get the packet to be rewritten from loopback
to an externally visible interface.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-04  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-13443-10286@http.bugzilla.kernel.org/>
2009-06-03 21:40 ` [Bugme-new] [Bug 13443] New: Scope 1 in multicast addresses in IPV6 should be node local Andrew Morton
2009-06-04  4:37   ` David Miller

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.