]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ipv6: fix the return interface index when get it while no message is received
authorYang Hongyang <yanghy@cn.fujitsu.com>
Tue, 16 Dec 2008 10:07:45 +0000 (02:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Dec 2008 10:07:45 +0000 (02:07 -0800)
commitf250dcdac111a8369220b8e192eae6c56dc1098a
treecf42e186985643e9c7fbb7c3c3e3fb18d174874b
parentb24a2516d10751d7ed5afb58420df25370c9dffb
ipv6: fix the return interface index when get it while no message is received

When get receiving interface index while no message is received,
the the value seted with setsockopt() should be returned.

RFC 3542:
   Issuing getsockopt() for the above options will return the sticky
   option value i.e., the value set with setsockopt().  If no sticky
   option value has been set getsockopt() will return the following
   values:

   -  For the IPV6_PKTINFO option, it will return an in6_pktinfo
      structure with ipi6_addr being in6addr_any and ipi6_ifindex being
      zero.

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ipv6_sockglue.c