From owner-freebsd-bugs Fri Apr 30 1:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AD0915846 for ; Fri, 30 Apr 1999 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA75631; Fri, 30 Apr 1999 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 01:50:02 -0700 (PDT) Message-Id: <199904300850.BAA75631@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: adrian@freebsd.org Subject: Re: kern/10570: Route delete with many routes on single interface causes panic Reply-To: adrian@freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10570; it has been noted by GNATS. From: adrian@freebsd.org To: freebsd-gnats-submit@freebsd.org Cc: andrewb@demon.net Subject: Re: kern/10570: Route delete with many routes on single interface causes panic Date: Fri, 30 Apr 1999 16:41:04 +0800 A grep of the source tree shows that refcnt is either modified through the macro IFAFREE, or directly - however it isn't assigned to or from a variable anywhere in /usr/src . It should be ok to redefine ifa_refcnt to a larger type. I'll follow this one up with a patch once I've tested it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message