Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2000 21:32:10 -0700 (PDT)
From:      sarr0006@algonquincollege.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/19511: a typo in ip_fw.c
Message-ID:  <20000626043210.7683737B659@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19511
>Category:       kern
>Synopsis:       a typo in ip_fw.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 21:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20000626043210.7683737B659>