diff options
author | hrs <hrs@FreeBSD.org> | 2012-07-09 07:16:19 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-07-09 07:16:19 +0000 |
commit | 9a711a67d4aa86f9a25f182702a0f82bc85a7859 (patch) | |
tree | 832647ea9dbdde90423233f17877e38369f18bc5 /share/man/man5 | |
parent | fd33b54fca41db793fb39ad39751f4e2ff775e67 (diff) | |
download | FreeBSD-src-9a711a67d4aa86f9a25f182702a0f82bc85a7859.zip FreeBSD-src-9a711a67d4aa86f9a25f182702a0f82bc85a7859.tar.gz |
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@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 1802fca..02e1cb6 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 6, 2012 +.Dd July 9, 2012 .Dt RC.CONF 5 .Os .Sh NAME @@ -501,6 +501,16 @@ to enable firewall event logging. This is equivalent to the .Dv IPFIREWALL_VERBOSE kernel option. +.It Va firewall_logif +.Pq Vt bool +Set to +.Dq Li YES +to create pseudo interface +.Li ipfw0 +for logging. +For more details, see +.Xr ipfw 8 +manual page. .It Va firewall_flags .Pq Vt str Flags passed to |