diff options
Diffstat (limited to 'scripts/stl/hlt/hlt_tcp_ranges.py')
-rwxr-xr-x | scripts/stl/hlt/hlt_tcp_ranges.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_tcp_ranges.py b/scripts/stl/hlt/hlt_tcp_ranges.py index c29b707d..e2045333 100755 --- a/scripts/stl/hlt/hlt_tcp_ranges.py +++ b/scripts/stl/hlt/hlt_tcp_ranges.py @@ -6,7 +6,7 @@ class STLS1(object): Eth/IP/TCP stream with VM to get 10 different TCP ports ''' - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): return STLHltStream(l3_protocol = 'ipv4', l4_protocol = 'tcp', tcp_src_port_mode = 'decrement', |