summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-03-23 22:30:15 +0000
committermlaier <mlaier@FreeBSD.org>2004-03-23 22:30:15 +0000
commita1442efbd3a92a0065dcfbb30e6b3fea289f78ae (patch)
tree04dc9e09454c4ddfe2ad509775cdc511e157ad67 /etc/defaults
parentc92c2d6926b1957433d010a9d32ff510b02b8fa2 (diff)
downloadFreeBSD-src-a1442efbd3a92a0065dcfbb30e6b3fea289f78ae.zip
FreeBSD-src-a1442efbd3a92a0065dcfbb30e6b3fea289f78ae.tar.gz
Add rc.d script for pf(4) (more to come once pflogd(8) works as well).
Update defaults and write some lines for rc.conf(5) also. Mostly dup'ed from ipf 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 d6b76d8..884f63c 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -98,6 +98,10 @@ ipfs_enable="NO" # Set to YES to enable saving and restoring
# of state tables at shutdown and boot
ipfs_program="/sbin/ipfs" # where the ipfs program lives
ipfs_flags="" # additional flags for ipfs
+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
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