diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-09-13 15:26:27 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-09-13 19:37:29 +0300 |
commit | 9df89870d053a01a8b65afc1484db6185309ddd8 (patch) | |
tree | d4508df995d3a1499664fc78795b0b1130b7fb2d /scripts/stl | |
parent | b424cd3de89ce5dbf67b349d3fe9ffe15b521452 (diff) |
fix random_limit max value
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/udp_1pkt_repeat_random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_repeat_random.py b/scripts/stl/udp_1pkt_repeat_random.py index 8149f263..cdbf976f 100644 --- a/scripts/stl/udp_1pkt_repeat_random.py +++ b/scripts/stl/udp_1pkt_repeat_random.py @@ -26,7 +26,7 @@ class STLS1(object): min_value="48.0.0.1", max_value="48.0.0.255", size=4, - limit=5, seed=0x1234), + limit=5, seed=0x1235), STLVmWrFlowVar (fv_name="ip_src", pkt_offset= "IP.src" ), # write ip to packet IP.src STLVmWrFlowVar (fv_name="ip_dst", pkt_offset= "IP.dst" ), # write ip to packet IP.dst |