Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 1999 19:45:35 -0500 (EST)
From:      Daniel Hagan <dhagan@cs.vt.edu>
To:        rfg@monkeys.com
Cc:        bugs@freebsd.org
Subject:   doc/14595: ipfw log option
Message-ID:  <Pine.OSF.4.02.9911111938050.20703-100000@vtopus.cs.vt.edu>

next in thread | raw e-mail | index | archive | help
ipfw(8) includes the following description of the log option:

-----
     If the kernel was compiled with IPFIREWALL_VERBOSE, then when a
packet matches a rule with the log keyword a message will be printed on
the console.  If the kernel was compiled with the IPFIREWALL_VERBOSE_LIMIT
option, then logging will cease after the number of packets specified by
the option are received for that particular chain entry.  Logging may then
be re-enabled by clearing the packet counter for that entry.

	Console logging and the log limit are adjustable dynamically
through the sysctl(8) interface.
-----

The logs are written to the console and (I think) also generate LOG_KERN
facility messages in syslog.  That part could be cleared up (after someone
confirms that I'm right I guess), but the rest seems reasonably clear.
Was there something that you specifically wanted added to the
documentation?

Daniel

-- 
Daniel Hagan                                             Computer Science CSE
dhagan@cs.vt.edu                                http://www.cs.vt.edu/~dhagan/



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?Pine.OSF.4.02.9911111938050.20703-100000>