Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/in6_ifattach.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/in6_ifattach.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- src/sys/netinet6/in6_ifattach.c 2001/05/24 08:17:22 1.36 +++ src/sys/netinet6/in6_ifattach.c 2001/07/18 13:12:28 1.37 @@ -1,5 +1,5 @@ -/* $NetBSD: in6_ifattach.c,v 1.36 2001/05/24 08:17:22 itojun Exp $ */ -/* $KAME: in6_ifattach.c,v 1.100 2001/02/07 08:25:45 itojun Exp $ */ +/* $NetBSD: in6_ifattach.c,v 1.37 2001/07/18 13:12:28 itojun Exp $ */ +/* $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -625,6 +625,9 @@ in6_ifattach(ifp, altifp) icmp6_ifstatmax = if_indexlim; } + /* create a multicast kludge storage (if we have not had one) */ + in6_createmkludge(ifp); + /* * quirks based on interface type */