From owner-freebsd-bugs Sun Aug 6 22:20: 4 2000 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 902CA37BC43 for ; Sun, 6 Aug 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA06909; Sun, 6 Aug 2000 22:20:01 -0700 (PDT) (envelope-from gnats@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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/20451: net.inet.ip.fw.dyn_short_lifetime bound to wrong variable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20451 >Category: kern >Synopsis: net.inet.ip.fw.dyn_short_lifetime bound to wrong variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 22:20:00 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message