diff options
author | imarom <imarom@cisco.com> | 2016-02-02 09:20:14 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-02-02 16:35:45 +0200 |
commit | be5cbb4162b88f311ae4712049698a779258c69d (patch) | |
tree | 28464008f2efc351f1d2e25047bf97dc2f7f9e35 /scripts/automation/trex_control_plane/common | |
parent | 3e0b536cf8a70ba98c0d29935be0767fe92922c8 (diff) |
fix for Issue trex-176
Diffstat (limited to 'scripts/automation/trex_control_plane/common')
-rwxr-xr-x | scripts/automation/trex_control_plane/common/trex_streams.py | 2 |
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 |