summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-03-04 17:10:33 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-03-04 17:10:33 +0200
commit2a3171f73e838fccbc82d2d8553e36c7c3820e28 (patch)
treeb9a77061079deeb96de9ce69958582fe27c4bce3 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
parent5650f2add4b03ef8d51d670af5db9fccade80f3f (diff)
add manual padding to 60 bytes with zeros
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index c41fa0c2..5aa544ab 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -344,8 +344,6 @@ class STLStream(object):
imports_arr = []
if 'MPLS(' in packet_command:
imports_arr.append('from scapy.contrib.mpls import MPLS')
- if 'VXLAN(' in packet_command:
- imports_arr.append('from scapy.contrib.mpls import MPLS')
imports = '\n'.join(imports_arr)
if payload: