Update manpage for net.inet6.ip6.fw.enable sysctl.

Requested by:	bz
This commit is contained in:
Max Laier 2006-05-12 18:09:33 +00:00
parent 8f982aec7b
commit 270404f55a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158492

View File

@ -1,7 +1,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd January 16, 2006 .Dd May 12, 2006
.Dt IPFW 8 .Dt IPFW 8
.Os .Os
.Sh NAME .Sh NAME
@ -327,7 +327,7 @@ have this picture in mind in order to design a correct ruleset.
| | | |
+----------->-----------+ +----------->-----------+
^ V ^ V
[ip(6)_input] [ip(6)_output] net.inet.ip.fw.enable=1 [ip(6)_input] [ip(6)_output] net.inet(6).ip(6).fw.enable=1
| | | |
^ V ^ V
[ether_demux] [ether_output_frame] net.link.ether.ipfw=1 [ether_demux] [ether_output_frame] net.link.ether.ipfw=1
@ -2051,6 +2051,8 @@ The firewall enforces that.
Enables the firewall. Enables the firewall.
Setting this variable to 0 lets you run your machine without Setting this variable to 0 lets you run your machine without
firewall even if compiled in. firewall even if compiled in.
.It Em net.inet6.ip6.fw.enable : No 1
provides the same functionality as above for the IPv6 case.
.It Em net.inet.ip.fw.one_pass : No 1 .It Em net.inet.ip.fw.one_pass : No 1
When set, the packet exiting from the When set, the packet exiting from the
.Xr dummynet 4 .Xr dummynet 4