summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_mac_ranges.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-03-04 07:45:52 +0200
committerHanoh Haim <hhaim@cisco.com>2016-03-04 07:45:52 +0200
commit815c424d5f7939953af6b58bacbb8ce6e74e10e2 (patch)
tree19636a12fcba290f8dc8fb94e7b4b69fdd28de32 /scripts/stl/hlt/hlt_mac_ranges.py
parent126632f67323909502099b95d3f0bc66ab3b004c (diff)
parent3f35b73429cd15a76a658e9b8df3263dd7429917 (diff)
v1.94
Diffstat (limited to 'scripts/stl/hlt/hlt_mac_ranges.py')
-rwxr-xr-xscripts/stl/hlt/hlt_mac_ranges.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/stl/hlt/hlt_mac_ranges.py b/scripts/stl/hlt/hlt_mac_ranges.py
index e265ba5f..e6c4f0a4 100755
--- a/scripts/stl/hlt/hlt_mac_ranges.py
+++ b/scripts/stl/hlt/hlt_mac_ranges.py
@@ -6,7 +6,7 @@ class STLS1(object):
Eth/IP/UDP stream with VM, to change the MAC addr (only 32 lsb)
'''
- def create_streams (self, direction = 0):
+ def get_streams (self, direction = 0):
return STLHltStream(l3_protocol = 'ipv4', l4_protocol = 'udp',
mac_src = '10:00:00:00:00:01', mac_dst = '10:00:00:00:01:00',
mac_src2 = '11:11:00:00:00:01', mac_dst2 = '11:11:00:00:01:00',
@@ -18,9 +18,6 @@ class STLS1(object):
save_to_yaml = '/tmp/foo.yaml',
)
- def get_streams (self, direction = 0):
- return self.create_streams(direction)
-
# dynamic load - used for trex console or simulator
def register():
return STLS1()