summaryrefslogtreecommitdiffstats
path: root/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-09-19 21:10:45 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-09-19 21:10:45 +0000
commit4883ba50f8d0a8db479269939fe5afbfe399e0af (patch)
tree2d22ccccca81fba52d86b58df4b3e295b822cd70 /ebtables.8
parent8831bf7c894964407f78c0ed6eebcf5db47cb0d8 (diff)
mhopf@innominate.com add tcp/udp ports
Diffstat (limited to 'ebtables.8')
-rw-r--r--ebtables.813
1 files changed, 13 insertions, 0 deletions
diff --git a/ebtables.8 b/ebtables.8
index 7a88518..d19cd04 100644
--- a/ebtables.8
+++ b/ebtables.8
@@ -372,6 +372,19 @@ The ip protocol.
The flag
.B --ip-proto
is an alias for this option.
+.TP
+.BR "--ip-source-port " "[!] \fIport\fP[:\fIport\fP]"
+The source port or port range for the ip protocols 6 (TCP) and 17
+(UDP). If the first port is omitted, "0" is assumed; if the last
+is omitted, "65535" is assumed. The flag
+.B --ip-sport
+is an alias for this option.
+.TP
+.BR "--ip-destination-port " "[!] \fIport\fP[:\fIport\fP]"
+The destination port or port range for ip protocols 6 (TCP) and
+17 (UDP). The flag
+.B --ip-dport
+is an alias for this option.
.SS arp
Specify arp specific fields. These will only work if the protocol equals
.BR ARP " or " RARP .