diff options
author | ugen <ugen@FreeBSD.org> | 1995-02-27 10:52:22 +0000 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-02-27 10:52:22 +0000 |
commit | 9c085a7dcf54c4a67570f27311b48f040a7d2361 (patch) | |
tree | 97caa598a53da46bac42286fd85073536614d0be /sbin/ipfw/ipfw.8 | |
parent | fab8fbea37a21f3061d66d64b6e2f58ced7f14db (diff) | |
download | FreeBSD-src-9c085a7dcf54c4a67570f27311b48f040a7d2361.zip FreeBSD-src-9c085a7dcf54c4a67570f27311b48f040a7d2361.tar.gz |
Fixed manpage..ldeny,lreject and log options are there
and others not..
Submitted by: torstenb@FreeBSD.ORG
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 4a059de..e0c14cb 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -44,12 +44,11 @@ These are <chain-actions>: This is <chain-entry pattern> structure: For forwarding/blocking chains: - vr[eject] <proto/addr pattern> reject packet,send ICMP unreachable and log. + lr[eject] <proto/addr pattern> reject packet,send ICMP unreachable and log. r[eject] <proto/addr pattern> reject packet,send ICMP unreachable. - vd[eny] <proto/addr pattern> reject packet,log it. + ld[eny] <proto/addr pattern> reject packet,log it. d[eny] <proto/addr pattern> reject packet. l[og] <proto/addr pattern> allow packet,log it. - va[ccept] <proto/addr pattern> allow packet,log it. a[ccept] <proto/addr pattern> allow packet. For accounting chain: s[ingle] <proto/addr pattern> log packets matching entry. |