Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2019 04:28:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349503 - head/contrib/ipfilter/man
Message-ID:  <201906280428.x5S4SXhf094525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Jun 28 04:28:32 2019
New Revision: 349503
URL: https://svnweb.freebsd.org/changeset/base/349503

Log:
  Document the -B, binary logfile, and the -C config file options.
  Reference the ipmon.5 man page and ipmon.conf.
  
  PR:		238816
  MFC after:	1 week

Modified:
  head/contrib/ipfilter/man/ipmon.8

Modified: head/contrib/ipfilter/man/ipmon.8
==============================================================================
--- head/contrib/ipfilter/man/ipmon.8	Fri Jun 28 04:18:10 2019	(r349502)
+++ head/contrib/ipfilter/man/ipmon.8	Fri Jun 28 04:28:32 2019	(r349503)
@@ -7,6 +7,10 @@ ipmon \- monitors /dev/ipl for logged packets
 [
 .B \-abBDFhnpstvxX
 ] [
+.B "\-B <binarylogfile>"
+] [
+.B "\-B <configfile>"
+] [
 .B "\-N <device>"
 ] [
 .B "\-L <facility>"
@@ -92,6 +96,10 @@ Enable logging of the raw, unformatted binary data to 
 \fI<binarylogfilename>\fP file.  This can be read, later, using \fBipmon\fP
 with the \fB-f\fP option.
 .TP
+.B \-C <configfilename>
+This option specifies a file to be used to specify optional extra actions
+when it sees specific log entries from the kernel.
+.TP
 .B \-D
 Cause ipmon to turn itself into a daemon.  Using subshells or backgrounding
 of ipmon is not required to turn it into an orphan so it can run indefinitely.
@@ -178,9 +186,11 @@ recorded data.
 .br
 /dev/ipstate
 .br
+/etc/ipmon.conf
+.br
 /etc/services
 .SH SEE ALSO
-ipl(4), ipf(8), ipfstat(8), ipnat(8)
+ipl(4), ipmon(5), ipf(8), ipfstat(8), ipnat(8)
 .SH BUGS
 .PP
 If you find any, please send email to me at darrenr@pobox.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906280428.x5S4SXhf094525>