summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_ip_ranges.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-03-16 11:30:40 +0200
committerimarom <imarom@cisco.com>2016-03-16 11:31:20 +0200
commitf803e5b2b997e02f30bf747ce799f42b7aa61c13 (patch)
tree8c1b92b9d4c3e61fdd55dbe1eff4d7a4b37f9e93 /scripts/stl/hlt/hlt_ip_ranges.py
parent9de939585468e18c6aa57f626530841029bb7e86 (diff)
FIX: direction for profile
Diffstat (limited to 'scripts/stl/hlt/hlt_ip_ranges.py')
-rwxr-xr-xscripts/stl/hlt/hlt_ip_ranges.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_ip_ranges.py b/scripts/stl/hlt/hlt_ip_ranges.py
index 3b6a0407..7679e09e 100755
--- a/scripts/stl/hlt/hlt_ip_ranges.py
+++ b/scripts/stl/hlt/hlt_ip_ranges.py
@@ -6,7 +6,7 @@ class STLS1(object):
Eth/IP/TCP stream with VM to get different ip addresses
'''
- def get_streams (self, direction = 0):
+ def get_streams (self, direction = 0, **kwargs):
return STLHltStream(split_by_cores = 'duplicate',
l3_protocol = 'ipv4',
ip_src_addr = '192.168.1.1',