diff options
Diffstat (limited to 'scripts/stl/hlt/hlt_vlan_default.py')
-rwxr-xr-x | scripts/stl/hlt/hlt_vlan_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_vlan_default.py b/scripts/stl/hlt/hlt_vlan_default.py index ea5c66d1..86851c99 100755 --- a/scripts/stl/hlt/hlt_vlan_default.py +++ b/scripts/stl/hlt/hlt_vlan_default.py @@ -6,7 +6,7 @@ class STLS1(object): Default Eth/802.1Q/IP/TCP stream without VM ''' - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): return STLHltStream(l2_encap = 'ethernet_ii_vlan', l3_protocol = 'ipv4', l4_protocol = 'tcp', direction = direction) |