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