diff options
author | mlaier <mlaier@FreeBSD.org> | 2006-05-12 18:09:33 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2006-05-12 18:09:33 +0000 |
commit | 67242844aed80df3e32b562bada1136fb68c9bf7 (patch) | |
tree | 3af21b1f74d7d5033f4ddd443be78f2ac0b4b51c /sbin/ipfw/ipfw.8 | |
parent | e5cc22f279d1468c2208c8bd3f97d0943b39780d (diff) | |
download | FreeBSD-src-67242844aed80df3e32b562bada1136fb68c9bf7.zip FreeBSD-src-67242844aed80df3e32b562bada1136fb68c9bf7.tar.gz |
Update manpage for net.inet6.ip6.fw.enable sysctl.
Requested by: bz
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 679b980..6dd3b6d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 16, 2006 +.Dd May 12, 2006 .Dt IPFW 8 .Os .Sh NAME @@ -327,7 +327,7 @@ have this picture in mind in order to design a correct ruleset. | | +----------->-----------+ ^ 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 [ether_demux] [ether_output_frame] net.link.ether.ipfw=1 @@ -2051,6 +2051,8 @@ The firewall enforces that. Enables the firewall. Setting this variable to 0 lets you run your machine without 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 When set, the packet exiting from the .Xr dummynet 4 |