diff options
author | imarom <imarom@cisco.com> | 2016-03-16 11:30:40 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-03-16 11:31:20 +0200 |
commit | f803e5b2b997e02f30bf747ce799f42b7aa61c13 (patch) | |
tree | 8c1b92b9d4c3e61fdd55dbe1eff4d7a4b37f9e93 /scripts/stl/hlt/hlt_ipv6_default.py | |
parent | 9de939585468e18c6aa57f626530841029bb7e86 (diff) |
FIX: direction for profile
Diffstat (limited to 'scripts/stl/hlt/hlt_ipv6_default.py')
-rwxr-xr-x | scripts/stl/hlt/hlt_ipv6_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_ipv6_default.py b/scripts/stl/hlt/hlt_ipv6_default.py index f90e7157..2f6264d9 100755 --- a/scripts/stl/hlt/hlt_ipv6_default.py +++ b/scripts/stl/hlt/hlt_ipv6_default.py @@ -6,7 +6,7 @@ class STLS1(object): Eth/IPv6/UDP stream without VM, default values ''' - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): return [STLHltStream(l3_protocol = 'ipv6', l3_length = 150, l4_protocol = 'udp', |