summaryrefslogtreecommitdiffstats
path: root/scripts/stl/udp_1pkt_range_clients.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/udp_1pkt_range_clients.py')
-rw-r--r--scripts/stl/udp_1pkt_range_clients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_range_clients.py b/scripts/stl/udp_1pkt_range_clients.py
index 2754b3aa..9bd3c335 100644
--- a/scripts/stl/udp_1pkt_range_clients.py
+++ b/scripts/stl/udp_1pkt_range_clients.py
@@ -32,7 +32,7 @@ class STLS1(object):
return STLStream(packet = STLPktBuilder(pkt = base_pkt/pad,vm = vm),
mode = STLTXCont( pps=10 ))
- def get_streams (self, direction = 0):
+ def get_streams (self, direction = 0, **kwargs):
# create 1 stream
return [ self.create_stream() ]