summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-03 11:37:16 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-03 11:37:16 +0200
commitdc1403671fb5321730d951f7ce227eaa4b375ad9 (patch)
tree9fc222083cdb051485c5fc010ec700f4588d98ac /scripts
parentdda9b08e2b57f785b71bccf4dab57ef4b2fb1dc3 (diff)
parentbe5cbb4162b88f311ae4712049698a779258c69d (diff)
Merge branch 'master' into scapy2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/automation/trex_control_plane/common/trex_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/common/trex_streams.py b/scripts/automation/trex_control_plane/common/trex_streams.py
index caeaa8cf..9b10995b 100755
--- a/scripts/automation/trex_control_plane/common/trex_streams.py
+++ b/scripts/automation/trex_control_plane/common/trex_streams.py
@@ -518,6 +518,6 @@ class HACKSTLStream(STLStream):
packet = CTRexPktBuilder()
packet.load_from_stream_obj(stream_pack.stream)
- super(HACKSTLStream, self).__init__(packet)
+ super(HACKSTLStream, self).__init__(packet, stream_id = stream_pack.stream_id)
self.fields = stream_pack.stream