summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-01-23 19:02:18 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-01-23 19:02:18 +0000
commit0383d022338effed36157da366a3307f56a3814b (patch)
tree9077830b5cbae0d90ae8df215d7ecb7d9574d889
parent39a1261a723c3c1d1860176cbad4eca17d858b94 (diff)
add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING
-rw-r--r--userspace/ebtables2/ebtables.817
1 files changed, 10 insertions, 7 deletions
diff --git a/userspace/ebtables2/ebtables.8 b/userspace/ebtables2/ebtables.8
index 1b3bb0b..e8188c9 100644
--- a/userspace/ebtables2/ebtables.8
+++ b/userspace/ebtables2/ebtables.8
@@ -86,7 +86,10 @@ an 'extension' (see below) or a jump to a user-defined chain.
.B ACCEPT
means to let the frame through.
.B DROP
-means the frame has to be dropped.
+means the frame has to be dropped. In the
+.BR BROUTING " chain however, the " ACCEPT " and " DROP " target have different"
+meanings (see the info provided for the
+.BR -t " option)."
.B CONTINUE
means the next rule has to be checked. This can be handy, f.e., to know how many
frames pass a certain point in the chain, to log those frames or to apply multiple
@@ -615,11 +618,11 @@ The flag
is an alias for this option.
.TP
.BR "--ip-source-port " "[!] \fIport1\fP[:\fIport2\fP]"
-The source port or port range for the IP protocols 6 (TCP) and 17
-(UDP). The
+The source port or port range for the IP protocols 6 (TCP), 17
+(UDP), 33 (DCCP) or 132 (SCTP). The
.B --ip-protocol
option must be specified as
-.IR TCP " or " UDP .
+.IR TCP ", " UDP ", " DCCP " or " SCTP .
If
.IR port1 " is omitted, " 0:port2 " is used; if " port2 " is omitted but a colon is specified, " port1:65535 " is used."
The flag
@@ -627,11 +630,11 @@ The flag
is an alias for this option.
.TP
.BR "--ip-destination-port " "[!] \fIport1\fP[:\fIport2\fP]"
-The destination port or port range for ip protocols 6 (TCP) and
-17 (UDP). The
+The destination port or port range for ip protocols 6 (TCP), 17
+(UDP), 33 (DCCP) or 132 (SCTP). The
.B --ip-protocol
option must be specified as
-.IR TCP " or " UDP .
+.IR TCP ", " UDP ", " DCCP " or " SCTP .
If
.IR port1 " is omitted, " 0:port2 " is used; if " port2 " is omitted but a colon is specified, " port1:65535 " is used."
The flag