diff options
Diffstat (limited to 'scripts/stl/udp_1pkt_simple_mac_dst.py')
-rw-r--r-- | scripts/stl/udp_1pkt_simple_mac_dst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_simple_mac_dst.py b/scripts/stl/udp_1pkt_simple_mac_dst.py index 6b728881..20b87cd3 100644 --- a/scripts/stl/udp_1pkt_simple_mac_dst.py +++ b/scripts/stl/udp_1pkt_simple_mac_dst.py @@ -9,7 +9,7 @@ class STLS1(object): #mac_dst_override_mode=STLStreamDstMAC_PKT # another way to explictly take it ) - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): # create 1 stream return [ self.create_stream() ] |