diff options
author | julian <julian@FreeBSD.org> | 2006-08-17 00:46:06 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2006-08-17 00:46:06 +0000 |
commit | 6e2c7c961f3ea9e2f7e5a01b8f6125e84808e826 (patch) | |
tree | 74993a30e1b641cda75575c8934e6db625cc90b2 /sbin/ipfw | |
parent | 57593a6fa11f18f25ea9c0da0f003c68adeab105 (diff) | |
download | FreeBSD-src-6e2c7c961f3ea9e2f7e5a01b8f6125e84808e826.zip FreeBSD-src-6e2c7c961f3ea9e2f7e5a01b8f6125e84808e826.tar.gz |
Take IP_FIREWALL_EXTENDED out of the man page too.
MFC after: 1 week
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index f72064a..3c7aac4 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -727,14 +727,6 @@ To enable .Cm fwd a custom kernel needs to be compiled with the option .Cd "options IPFIREWALL_FORWARD" . -With the additional option -.Cd "options IPFIREWALL_FORWARD_EXTENDED" -all safeguards are removed and it also makes it possible to redirect -packets destined to locally configured IP addresses. -Please note that such rules apply to locally generated packets as -well and great care is required to ensure proper behaviour for -automatically generated packets like ICMP message size exceeded -and others. .It Cm pipe Ar pipe_nr Pass packet to a .Xr dummynet 4 |