From nobody@FreeBSD.ORG  Sun Aug  6 22:17:20 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 80E5637B699; Sun,  6 Aug 2000 22:17:20 -0700 (PDT)
Message-Id: <20000807051720.80E5637B699@hub.freebsd.org>
Date: Sun,  6 Aug 2000 22:17:20 -0700 (PDT)
From: roland+freebsd@frob.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: net.inet.ip.fw.dyn_short_lifetime bound to wrong variable
X-Send-Pr-Version: www-1.0

>Number:         20451
>Category:       kern
>Synopsis:       net.inet.ip.fw.dyn_short_lifetime bound to wrong variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    luigi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 22:20:00 PDT 2000
>Closed-Date:    Wed Oct 25 17:30:15 PDT 2000
>Last-Modified:  Wed Oct 25 17:30:35 PDT 2000
>Originator:     Roland McGrath
>Release:        4.x
>Organization:
>Environment:
>Description:
Left as an exercise for the reader of the fix.
>How-To-Repeat:
Left as an exercise for the reader of the fix.
>Fix:
diff -ubp /sys/netinet/ip_fw.c.~3~ /sys/netinet/ip_fw.c
--- /sys/netinet/ip_fw.c.~3~    Sun Aug  6 22:16:08 2000
+++ /sys/netinet/ip_fw.c        Sun Aug  6 22:16:08 2000
@@ -173,7 +173,7 @@ SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dy
 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_rst_lifetime, CTLFLAG_RW,
     &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for rst");
 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_short_lifetime, CTLFLAG_RW,
-    &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for other situations");
+    &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations");
 #endif /* STATEFUL */

 #endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->luigi 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Aug 7 02:07:08 PDT 2000 
Responsible-Changed-Why:  
Luigi, this one looks different and makes sense, I think. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20451 
State-Changed-From-To: open->closed 
State-Changed-By: luigi 
State-Changed-When: Wed Oct 25 17:30:15 PDT 2000 
State-Changed-Why:  
yet another report for the same problem... fixed 


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