diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 1999-04-29 19:14:17 +0000 |
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 1999-04-29 19:14:17 +0000 |
| commit | dc90479ccab6d333ca7ecd11a3ef6b14375ffa83 (patch) | |
| tree | 24e7d28b21d9ebdf0394d30fa2044d9ba38d55b0 | |
| parent | 0043b4376a5cbf1ba81de61cc919b468c65738b0 (diff) | |
Notes
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 43194b5cc6af..4d9c413918bc 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $Id: ipfw.8,v 1.50 1999/04/28 02:49:29 ghelmer Exp $ .\" .Dd July 20, 1996 .Dt IPFW 8 SMM @@ -158,7 +158,38 @@ loose source route record route .Pq Ar rr , and timestamp -.Pq Ar ts +.Pq Ar ts +.It ICMP Types Pq Ar icmptypes +One or more of the ICMP types: echo reply +.Pq Ar 0 , +destination unreachable +.Pq Ar 3 , +source quench +.Pq Ar 4 , +redirect +.Pq Ar 5 , +echo request +.Pq Ar 8 , +router advertisement +.Pq Ar 9 , +router solicitation +.Pq Ar 10 , +time-to-live exceeded +.Pq Ar 11 , +IP header bad +.Pq Ar 12 , +timestamp request +.Pq Ar 13 , +timestamp reply +.Pq Ar 14 , +information request +.Pq Ar 15 , +information reply +.Pq Ar 16 , +address mask request +.Pq Ar 17 , +and address mask reply +.Pq Ar 18 .El .Pp Note that may be dangerous to filter on the source IP address or |
