diff options
Diffstat (limited to 'scripts/stl/udp_1pkt_tuple_gen.py')
-rw-r--r-- | scripts/stl/udp_1pkt_tuple_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_tuple_gen.py b/scripts/stl/udp_1pkt_tuple_gen.py index a278e4bf..be8620c8 100644 --- a/scripts/stl/udp_1pkt_tuple_gen.py +++ b/scripts/stl/udp_1pkt_tuple_gen.py @@ -31,7 +31,7 @@ class STLS1(object): - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): # create 1 stream return [ self.create_stream() ] |