Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 17:39:49 +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: r363453 - head/contrib/ipfilter/man
Message-ID:  <202007231739.06NHdnbS033591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jul 23 17:39:49 2020
New Revision: 363453
URL: https://svnweb.freebsd.org/changeset/base/363453

Log:
  Document the IPFILTER_PREDEFINED environment variable.
  
  PR:		248088
  Reported by:	joeb1@a1poweruser.com
  MFC after:	1 week

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

Modified: head/contrib/ipfilter/man/ipf.8
==============================================================================
--- head/contrib/ipfilter/man/ipf.8	Thu Jul 23 17:39:45 2020	(r363452)
+++ head/contrib/ipfilter/man/ipf.8	Thu Jul 23 17:39:49 2020	(r363453)
@@ -158,6 +158,15 @@ display the statistics prior to them being zeroed.
 Zero global statistics held in the kernel for filtering only (this doesn't
 affect fragment or state statistics).
 .DT
+.SH ENVIRONMENT
+.NM utilizes the following environment variable.
+.TP
+.B IPF_PREDEFINED
+ipfilter variables, see VARIABLES in ipf(5), can be specified in this
+environment variable providing shell access to ipfilter and ipnat variables.
+For example,
+.br
+IPF_PREDEFINED='my_server="10.1.1.1"; my_client="10.1.1.2";'
 .SH FILES
 /dev/ipauth
 .br



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