summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorugen <ugen@FreeBSD.org>1995-02-27 10:52:22 +0000
committerugen <ugen@FreeBSD.org>1995-02-27 10:52:22 +0000
commit9c085a7dcf54c4a67570f27311b48f040a7d2361 (patch)
tree97caa598a53da46bac42286fd85073536614d0be /sbin
parentfab8fbea37a21f3061d66d64b6e2f58ced7f14db (diff)
downloadFreeBSD-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')
-rw-r--r--sbin/ipfw/ipfw.85
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.
OpenPOWER on IntegriCloud