summaryrefslogtreecommitdiffstats
path: root/scripts/stl/udp_1pkt_mpls.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/udp_1pkt_mpls.py')
-rw-r--r--scripts/stl/udp_1pkt_mpls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_mpls.py b/scripts/stl/udp_1pkt_mpls.py
index 83093dbd..bd98416e 100644
--- a/scripts/stl/udp_1pkt_mpls.py
+++ b/scripts/stl/udp_1pkt_mpls.py
@@ -16,7 +16,7 @@ class STLS1(object):
mode = STLTXSingleBurst( pps = 1, total_pkts = 17) )
- def get_streams (self, direction = 0):
+ def get_streams (self, direction = 0, **kwargs):
# create 1 stream
return [ self.create_stream() ]