From nobody@FreeBSD.ORG  Sun Jun 25 21:32:10 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 7683737B659; Sun, 25 Jun 2000 21:32:10 -0700 (PDT)
Message-Id: <20000626043210.7683737B659@hub.freebsd.org>
Date: Sun, 25 Jun 2000 21:32:10 -0700 (PDT)
From: sarr0006@algonquincollege.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: a typo in ip_fw.c
X-Send-Pr-Version: www-1.0

>Number:         19511
>Category:       kern
>Synopsis:       a typo in ip_fw.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    luigi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 21:40:00 PDT 2000
>Closed-Date:    Wed Oct 25 17:26:49 PDT 2000
>Last-Modified:  Wed Oct 25 17:27:10 PDT 2000
>Originator:     David Sarrazin
>Release:        4-stable
>Organization:
>Environment:
FreeBSD terminator.home.net 4.0-STABLE FreeBSD 4.0-STABLE #3: Wed Jun 21 10:50:26 EDT 2000     root@terminator.home.net:/usr/src/sys/compile/TERMINATOR  i386

>Description:
The file /usr/src/sys/netinet/ip_fw.c contains a misnamed variable on line
176.  This links two sysctl knobs together, and prevents setting the
dyn_short_lifetime.
>How-To-Repeat:
This is a typo, no repeating necessary.
>Fix:
change line 176 (ver 1.138) of ip_fw.c 

old line:
   &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for other situations");
NEW line:
   &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations");

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->luigi 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 3 13:17:37 PDT 2000 
Responsible-Changed-Why:  
Luigi's code. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19511 
State-Changed-From-To: open->closed 
State-Changed-By: luigi 
State-Changed-When: Wed Oct 25 17:26:49 PDT 2000 
State-Changed-Why:  
applied proposed fix (same as PR22152) 


http://www.freebsd.org/cgi/query-pr.cgi?pr=19511 
>Unformatted:
