aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-07-09 07:16:19 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-07-09 07:16:19 +0000
commit8efbd296e04a29943af987945598963978272bf2 (patch)
tree832647ea9dbdde90423233f17877e38369f18bc5 /etc/defaults/rc.conf
parentba7de9be0d6b5b74c9c74a2320ce53dd90e9d1f2 (diff)
downloadsrc-8efbd296e04a29943af987945598963978272bf2.tar.gz
src-8efbd296e04a29943af987945598963978272bf2.zip
Make ipfw0 logging pseudo-interface clonable. It can be created automatically
by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8) after a boot. Discussed on: freebsd-ipfw@
Notes
Notes: svn path=/head/; revision=238277
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 0d31d54b1e0d..c04dab2b21bb 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -123,6 +123,7 @@ firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO" # Set to YES to suppress rule display
firewall_logging="NO" # Set to YES to enable events logging
+firewall_logif="NO" # Set to YES to create logging-pseudo interface
firewall_flags="" # Flags passed to ipfw when type is a file
firewall_coscripts="" # List of executables/scripts to run after
# firewall starts/stops