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
- Lines: 10
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/net/ipv6/ndisc.c
- Orig date:
2003-06-13 07:51:39.000000000 -0700
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)