diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2004-07-21 19:55:14 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2004-07-21 19:55:14 +0000 |
| commit | 55db762b76549714a25d90630b7dcf6f360fb90c (patch) | |
| tree | 16192d1db35e0904d9375d363cb7095980967e44 /sbin | |
| parent | 9906740e3966da83ccdab320c6a76b0526d66477 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 9197b6b12285..e985fa920c7c 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1267,8 +1267,8 @@ packets with source addresses not from this interface. .It Cm versrcreach For incoming packets, a routing table lookup is done on the packet's source address. -If a route to the source address exists, but not the default route, -the packet matches. +If a route to the source address exists, but not the default route +or a blackhole/reject route, the packet matches. Otherwise the packet does not match. All outgoing packets match. .Pp |
