diff options
Diffstat (limited to 'scripts/stl/udp_1pkt_dns.py')
-rw-r--r-- | scripts/stl/udp_1pkt_dns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_dns.py b/scripts/stl/udp_1pkt_dns.py index 6b36ca0b..b9fac9b2 100644 --- a/scripts/stl/udp_1pkt_dns.py +++ b/scripts/stl/udp_1pkt_dns.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() ] |