summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_imix_default.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/hlt/hlt_imix_default.py')
-rwxr-xr-xscripts/stl/hlt/hlt_imix_default.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_imix_default.py b/scripts/stl/hlt/hlt_imix_default.py
index ac8762c1..85c6b1a4 100755
--- a/scripts/stl/hlt/hlt_imix_default.py
+++ b/scripts/stl/hlt/hlt_imix_default.py
@@ -4,7 +4,8 @@ from trex_stl_lib.trex_stl_hltapi import STLHltStream
class STLS1(object):
def create_streams (self):
- return STLHltStream(length_mode = 'imix', rate_pps = 2)
+ return STLHltStream(length_mode = 'imix', rate_pps = 2,
+ l3_protocol = 'ipv4', l4_protocol = 'tcp')
def get_streams (self, direction = 0):
return self.create_streams()