diff options
author | ache <ache@FreeBSD.org> | 2000-05-08 21:10:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-08 21:10:33 +0000 |
commit | 65a96410db8b90f4bbadbaa6d4fd40dccef3e91d (patch) | |
tree | 6fcd8b1b7fba1bed25f936d6d603133fe521851a /share | |
parent | 1f5aecb4004b7411c69254b54f0d7c28b7e9aa58 (diff) | |
download | FreeBSD-src-65a96410db8b90f4bbadbaa6d4fd40dccef3e91d.zip FreeBSD-src-65a96410db8b90f4bbadbaa6d4fd40dccef3e91d.tar.gz |
Describe firewall_logging option
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 497d75a..684605c 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -178,6 +178,11 @@ must be given. (bool) Set to .Ar YES to disable the display of ipfw rules on the console during boot. +.It Ar firewall_logging +(bool) Set to +.Ar YES +to enable ipfw events logging. It is equivalent to IPFIREWALL_VERBOSE kernel +option. .It Ar natd_program (str) path to .Xr natd 8 . |