Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 1998 17:21:18 +0900
From:      Akihiko Hayashi <hayashi@totalware.gifu.gifu.jp>
To:        Julian Elischer <julian@whistle.com>
Cc:        freebsd-stable@FreeBSD.ORG, Enoch Ceshkovsky <Shadey@home.com>
Subject:   Re: Natd/LibAlias/IPDivert problems
Message-ID:  <199807060821.RAA09806@ns.totalware.gifu.gifu.jp>
In-Reply-To:  <Pine.BSF.3.95.980705235637.11949B-100000@current1.whistle.com>
References:  <199807060547.OAA09599@ns.totalware.gifu.gifu.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
At 3:59 PM +0900 7/6/98, Julian Elischer wrote:
> can you try find the exact set of checkins that produce the instability?
>
> the effected files will be:
>
> ip_input.c
> ip_output.c
> ip_divert.c
> ip_fw.c
>

I get diff $Id of sys/netinet/*

98062?-stable revision:
in.h: $Id: in.h,v 1.22.2.4 1998/02/25 02:34:30 julian Exp $
ip_divert.c: $Id: ip_divert.c,v 1.1.2.9 1998/06/12 03:02:08 julian Exp $
ip_fw.c: $Id: ip_fw.c,v 1.51.2.14 1998/06/05 21:38:07 julian Exp $
ip_input.c: $Id: ip_input.c,v 1.50.2.15 1998/06/05 21:38:09 julian Exp $
ip_mroute.c: $Id: ip_mroute.c,v 1.34.2.2 1997/07/19 20:09:09 fenner Exp $
ip_output.c: $Id: ip_output.c,v 1.44.2.8 1998/06/05 21:38:11 julian Exp $
ip_var.h: $Id: ip_var.h,v 1.24.2.4 1998/06/05 21:38:12 julian Exp $

lastest-stable revision (in my cvs repository):
in.h: $Id: in.h,v 1.22.2.5 1998/07/01 01:38:33 julian Exp $
ip_divert.c: $Id: ip_divert.c,v 1.1.2.10 1998/07/01 01:38:34 julian Exp $
ip_fw.c: $Id: ip_fw.c,v 1.51.2.15 1998/07/01 01:38:35 julian Exp $
ip_input.c: $Id: ip_input.c,v 1.50.2.16 1998/07/01 01:38:36 julian Exp $
ip_mroute.c: $Id: ip_mroute.c,v 1.34.2.3 1998/07/03 07:48:14 jkh Exp $
ip_output.c: $Id: ip_output.c,v 1.44.2.9 1998/07/01 01:38:37 julian Exp $
ip_var.h: $Id: ip_var.h,v 1.24.2.5 1998/07/01 01:38:38 julian Exp $

I found this problem at July 2, then I think that this problem is
caused by:
----- from cvs-all-digest  -----
> Date: Tue, 30 Jun 1998 18:38:41 -0700 (PDT)
> From: Julian Elischer <julian@FreeBSD.ORG>
> Subject: cvs commit: src/sys/netinet in.h ip_divert.c ip_fw.c ip_input.c
>ip_output.c ip_var.h
>
> julian      1998/06/30 18:38:40 PDT
>
>   Modified files:        (Branch: RELENG_2_2)
>     sys/netinet          in.h ip_divert.c ip_fw.c ip_input.c
>                          ip_output.c ip_var.h
>   Log:
>   MFC: merge in some minor cleanups for IP divert
>
>   Revision  Changes    Path
>   1.22.2.5  +3 -2      src/sys/netinet/in.h
>   1.1.2.10  +10 -29    src/sys/netinet/ip_divert.c
>   1.51.2.15 +25 -26    src/sys/netinet/ip_fw.c
>   1.50.2.16 +8 -13     src/sys/netinet/ip_input.c
>   1.44.2.9  +3 -3      src/sys/netinet/ip_output.c
>   1.24.2.5  +2 -8      src/sys/netinet/ip_var.h
----- from cvs-all-digest  -----


> >
> > I backed /usr/src/sys/netinet/* to 98062?, and rebuild kernel,
> > this problem is not appeared.
>
>
> If you can tell me what '?' is it would help..
>

may be 980627... it is not exactly. but, between 98062? and latest-stable,
revision number is increased only one.


----
hayashi@totalware.gifu.gifu.jp



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807060821.RAA09806>