diff options
author | ache <ache@FreeBSD.org> | 2000-05-06 17:18:19 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-06 17:18:19 +0000 |
commit | 4a110a737fc15fae4519d5b86df549c0d0eaeca8 (patch) | |
tree | 9297b1ead3510874f9ad817070a9d77d315a743f /etc/defaults/rc.conf | |
parent | dc25977c3ba7edfbef0e01b51bc5920cb8be8e8d (diff) | |
download | FreeBSD-src-4a110a737fc15fae4519d5b86df549c0d0eaeca8.zip FreeBSD-src-4a110a737fc15fae4519d5b86df549c0d0eaeca8.tar.gz |
Add firewall_logging knob to enable/disablle events logging, disabled
by default. Needed mainly for ipfw kernel module to enable logging
disabled there.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 9ce5d1d..f452696 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -46,6 +46,7 @@ firewall_enable="NO" # Set to YES to enable firewall functionality 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_flags="" # Flags passed to ipfw when type is a file natd_program="/sbin/natd" # path to natd, if you want a different one. natd_enable="NO" # Enable natd (if firewall_enable == YES). |