summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-04-02 19:25:27 +0000
committermlaier <mlaier@FreeBSD.org>2004-04-02 19:25:27 +0000
commita19995e56292e9934e56cb4c881738c89b6477e3 (patch)
tree28edc7ced37af17b059964e476d6b4d4db3a2269 /etc/defaults
parent688833918a6ad17a8ae6951adcc80656f0235366 (diff)
downloadFreeBSD-src-a19995e56292e9934e56cb4c881738c89b6477e3.zip
FreeBSD-src-a19995e56292e9934e56cb4c881738c89b6477e3.tar.gz
Add rc.d script to start pflogd and add rcvars etc. Also document vars in
rc.conf(5) and put a sample entry to newsyslog.conf Reviewed by: -current Approved by: bms(mentor)
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b608858..0e5f10b 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -107,6 +107,10 @@ pf_enable="NO" # Set to YES to enable packet filter (pf)
pf_rules="/etc/pf.conf" # rules definition file for pf
pf_program="/sbin/pfctl" # where the pfctl program lives
pf_flags="" # additional flags for pfctl
+pflog_enable="NO" # Set to YES to enable packet filter logging
+pflog_logfile="/var/log/pflog" # where pflogd shoule store the logfile
+pflog_program="/sbin/pflogd" # where the pflogd program lives
+pflog_flags="" # additional flags for pflogd
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
log_in_vain="0" # >=1 to log connects to ports w/o listeners.
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
OpenPOWER on IntegriCloud