[IPV6] MROUTE: Support multicast forwarding.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Thu, 3 Apr 2008 00:22:53 +0000 (09:22 +0900)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Sat, 5 Apr 2008 13:33:38 +0000 (22:33 +0900)
commit7bc570c8b4f75ddb3fd5dbeb38127cdc4acbcc9c
treeb688b728c3ea08479f75986d1e9f590fca1f8715
parent80a9492a33dd7d852465625022d56ff76d62174d
[IPV6] MROUTE: Support multicast forwarding.

Based on ancient patch by Mickael Hoerdt
<hoerdt@clarinet.u-strasbg.fr>, which is available at
<http://www-r2.u-strasbg.fr/~hoerdt/dev/linux_ipv6_mforwarding/patch-linux-ipv6-mforwarding-0.1a>.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
13 files changed:
include/linux/Kbuild
include/linux/ipv6.h
include/linux/mroute6.h [new file with mode: 0644]
net/ipv6/Kconfig
net/ipv6/Makefile
net/ipv6/addrconf.c
net/ipv6/af_inet6.c
net/ipv6/ip6_input.c
net/ipv6/ip6_output.c
net/ipv6/ip6mr.c [new file with mode: 0644]
net/ipv6/ipv6_sockglue.c
net/ipv6/raw.c
net/ipv6/route.c