diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-07-23 17:39:49 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-07-23 17:39:49 +0000 |
commit | f0276e8c38175617e45fb26a106b75a0680dfa1e (patch) | |
tree | 606be643b802333d75a1be359cdb29a6787b3985 | |
parent | 795be686d8c4cbacd2c78a773b1bf2a98dfa61f3 (diff) |
Notes
-rw-r--r-- | contrib/ipfilter/man/ipf.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ipfilter/man/ipf.8 b/contrib/ipfilter/man/ipf.8 index afd3c61fea9d..3a84e7776b47 100644 --- a/contrib/ipfilter/man/ipf.8 +++ b/contrib/ipfilter/man/ipf.8 @@ -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 |