Date: Sun, 25 Jan 1998 11:00:01 -0800 (PST) From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-bugs Subject: Re: misc/1376 Message-ID: <199801251900.LAA04057@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/1376; it has been noted by GNATS. From: Bill Fenner <fenner@parc.xerox.com> To: Steve Price <steve@freebsd.org> Cc: risner@stdio.com, steve@hub.freebsd.org, freebsd-gnats-submit@hub.freebsd.org Subject: Re: misc/1376 Date: Sun, 25 Jan 1998 10:57:26 PST Steve Price <steve@FreeBSD.ORG> wrote: >Synopsis: if_tun.c does not set if_ibytes and if_obytes to zero. > >State-Changed-From-To: feedback-closed >State-Changed-By: steve >State-Changed-When: Sun Jan 25 09:55:36 PST 1998 >State-Changed-Why: >Patch applied to -current. I don't think this is appropriate; as Gary said, the correct thing is probably to bzero the if_data struct (e.g. why should ibytes get set to zero but not imcasts, or iqdrops?). Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801251900.LAA04057>