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