patch-2.4.22 linux-2.4.22/net/ipv6/ndisc.c

Next file: linux-2.4.22/net/ipv6/netfilter/ip6_tables.c
Previous file: linux-2.4.22/net/ipv6/mcast.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/ipv6/ndisc.c linux-2.4.22/net/ipv6/ndisc.c
@@ -226,6 +226,9 @@
 	case ARPHRD_IEEE802_TR:
 		ipv6_tr_mc_map(addr,buf);
 		return 0;
+	case ARPHRD_ARCNET:
+		ipv6_arcnet_mc_map(addr, buf);
+		return 0;
 	default:
 		if (dir) {
 			memcpy(buf, dev->broadcast, dev->addr_len);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)