]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6] MIP6: Add receiving mobility header functions through raw socket.
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Thu, 24 Aug 2006 03:35:31 +0000 (20:35 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:07:01 +0000 (15:07 -0700)
commit731fe0f2d6eb7dcb59b6a3a4737aa6ed4c604db6
tree60db169f3fa51967dd916355face3f2b38d7cc5d
parent853730f15d1696276beb2c0836321b085b5dd44c
[IPV6] MIP6: Add receiving mobility header functions through raw socket.

Like ICMPv6, mobility header is handled through raw socket.
In inbound case, check only whether ICMPv6 error should be sent as a reply
or not by kernel.
Based on MIPL2 kernel patch.

This patch was also written by: Ville Nuorvala <vnuorval@tcs.hut.fi>
This patch was also written by: Antti Tuominen <anttit@tcs.hut.fi>

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mip6.h
net/ipv6/mip6.c
net/ipv6/raw.c