Date: Wed, 18 Oct 2000 01:13:04 -0700 (PDT) From: mab@red-bean.com (Matthew Braithwaite) To: FreeBSD-gnats-submit@freebsd.org Subject: kern/22074: Setting net.inet.ip.fw.dyn_short_lifetime really sets dyn_rst_lifetime Message-ID: <20001018081304.E4CE45C76@limekiller.braithwaite.net>
next in thread | raw e-mail | index | archive | help
>Number: 22074 >Category: kern >Synopsis: Typo in sys/netinet/ip_fw.c >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: Wed Oct 18 01:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: FreeBSD 4.1-STABLE i386 >Organization: Red-Bean Software >Environment: Present up to at least 4.1.1-RELEASE >Description: --- ip_fw.c~ Fri Aug 25 00:43:43 2000 +++ ip_fw.c Wed Oct 18 01:12:19 2000 @@ -173,7 +173,7 @@ 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 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001018081304.E4CE45C76>