From a9c35eacd8caebe65e8c685f9285740b2764ea21 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 28 Feb 2016 18:04:50 +0200 Subject: hltapi: remove default for l3_protocol and l4_protocol, add several profiles --- scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py') diff --git a/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py b/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py index b3fec989..5fb86875 100755 --- a/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py +++ b/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py @@ -12,6 +12,7 @@ class STLS1(object): max_size = 9*1024 return [STLHltStream(length_mode = 'increment', frame_size_max = max_size, + l3_protocol = 'ipv4', ip_src_addr = '16.0.0.1', ip_dst_addr = '48.0.0.1', l4_protocol = 'udp', @@ -21,6 +22,7 @@ class STLS1(object): ), STLHltStream(length_mode = 'decrement', frame_size_max = max_size, + l3_protocol = 'ipv4', ip_src_addr = '16.0.0.1', ip_dst_addr = '48.0.0.1', l4_protocol = 'udp', -- cgit 1.2.3-korg