From 0c93d986b462a2193cff0cd2b090f09a3992eff3 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 25 Apr 2024 05:49:13 +0000 Subject: feat(profiles): Cleanup IPv6 profiles Signed-off-by: Peter Mikus Change-Id: Ib9d1d819e59be768377f3a61578c22699a10f0a8 --- GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py') diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py index 5d1b265a77..374be384ef 100644 --- a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py +++ b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-6p.py @@ -112,7 +112,7 @@ class TrafficStreams(TrafficStreamsScaleClass): self.pkt_vm.append( STLScVmRaw( [ - STLVmFlowVar( + STLVmFlowVarRepeatableRandom( name="ipv6_dst", min_value=base, max_value=base + count, -- cgit 1.2.3-korg