diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-09-19 21:10:45 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-09-19 21:10:45 +0000 |
commit | 4883ba50f8d0a8db479269939fe5afbfe399e0af (patch) | |
tree | 2d22ccccca81fba52d86b58df4b3e295b822cd70 /ebtables.8 | |
parent | 8831bf7c894964407f78c0ed6eebcf5db47cb0d8 (diff) | |
download | ebtables-4883ba50f8d0a8db479269939fe5afbfe399e0af.tar.gz ebtables-4883ba50f8d0a8db479269939fe5afbfe399e0af.tar.bz2 ebtables-4883ba50f8d0a8db479269939fe5afbfe399e0af.zip |
mhopf@innominate.com add tcp/udp ports
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 . |