patch-2.1.56 linux/net/ipv6/ip6_input.c

Next file: linux/net/ipv6/ip6_output.c
Previous file: linux/net/ipv6/ip6_fib.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/net/ipv6/ip6_input.c linux/net/ipv6/ip6_input.c
@@ -374,6 +374,9 @@
 	if (ipv6_chk_mcast_addr(skb->dev, &hdr->daddr))
 		deliver = 1;
 
+	/*
+	 *	IPv6 multicast router mode isnt currently supported.
+	 */
 #if 0
 	if (ipv6_config.multicast_route) {
 		int addr_type;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov