diff options
author | 2016-02-02 19:11:25 +0200 | |
---|---|---|
committer | 2016-02-02 19:11:25 +0200 | |
commit | 0603b286dc56d13e8491e39717449fab44a4346a (patch) | |
tree | a700e06131b1383cc4a73f522f38b52d7c92cbf4 /scripts/automation/trex_control_plane | |
parent | 88bd6a73ac4d68323951fdb92ae905e35d0e52e0 (diff) | |
parent | be5cbb4162b88f311ae4712049698a779258c69d (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/automation/trex_control_plane')
-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 |