diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-16 07:39:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-16 07:39:46 +0000 |
| commit | 7350bb3af1256719bc962e01d1bf8784070574d6 (patch) | |
| tree | 74853ad0e8d7b30b3379ba7071a61c8703b436ee | |
| parent | 1ad1b2485f2523d9db361eefe1a5c4ae92ef690e (diff) | |
Notes
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index e2815fd86bf0..7fed2ba08b4d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1075,7 +1075,8 @@ There is one kind of packet that the firewall will always discard, that is a TCP packet's fragment with a fragment offset of one. This is a valid packet, but it only has one use, to try -to circumvent firewalls. When logging is enabled, these packets are +to circumvent firewalls. +When logging is enabled, these packets are reported as being dropped by rule -1. .It If you are logged in over a network, loading the |
