From 0383d022338effed36157da366a3307f56a3814b Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 23 Jan 2006 19:02:18 +0000 Subject: add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING --- userspace/ebtables2/ebtables.8 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'userspace') 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 -- cgit v1.2.3