summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_tcp_ranges.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/hlt/hlt_tcp_ranges.py')
-rwxr-xr-xscripts/stl/hlt/hlt_tcp_ranges.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_tcp_ranges.py b/scripts/stl/hlt/hlt_tcp_ranges.py
index 28e66855..911fdecd 100755
--- a/scripts/stl/hlt/hlt_tcp_ranges.py
+++ b/scripts/stl/hlt/hlt_tcp_ranges.py
@@ -7,7 +7,9 @@ class STLS1(object):
'''
def create_streams (self, direction = 0):
- return [STLHltStream(tcp_src_port_mode = 'decrement',
+ return [STLHltStream(l3_protocol = 'ipv4',
+ l4_protocol = 'tcp',
+ tcp_src_port_mode = 'decrement',
tcp_src_port_count = 10,
tcp_src_port = 1234,
tcp_dst_port_mode = 'increment',