Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/netinet Pull up revision 1.87 (requested by itojun ...
details: https://anonhg.NetBSD.org/src/rev/eb666ec1a255
branches: netbsd-1-6
changeset: 530460:eb666ec1a255
user: grant <grant%NetBSD.org@localhost>
date: Mon Jun 30 02:17:15 2003 +0000
description:
Pull up revision 1.87 (requested by itojun in ticket #1341):
purge rti structure (in igmp.c) for removed ifp on if_detach().
diffstat:
sys/netinet/in.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 991c59cc9c93 -r eb666ec1a255 sys/netinet/in.c
--- a/sys/netinet/in.c Mon Jun 30 02:16:56 2003 +0000
+++ b/sys/netinet/in.c Mon Jun 30 02:17:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in.c,v 1.76 2002/05/09 06:49:15 itojun Exp $ */
+/* $NetBSD: in.c,v 1.76.4.1 2003/06/30 02:17:15 grant Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.76 2002/05/09 06:49:15 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in.c,v 1.76.4.1 2003/06/30 02:17:15 grant Exp $");
#include "opt_inet.h"
#include "opt_inet_conf.h"
@@ -1062,6 +1062,8 @@
TAILQ_INSERT_TAIL(&in_mk, oia, ia_list);
IFAREF(&oia->ia_ifa);
}
+
+ igmp_purgeif(ifp);
}
/*
Home |
Main Index |
Thread Index |
Old Index