diff options
Diffstat (limited to 'GPL/traffic_profiles')
-rw-r--r-- | GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst500000-2p.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst500000-2p.py b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst500000-2p.py index 3e314aeac1..d85f9a5f54 100644 --- a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst500000-2p.py +++ b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst500000-2p.py @@ -86,9 +86,7 @@ class TrafficStreams(TrafficStreamsScaleClass): name="ipv6_dst", min_value=base, max_value=base + count, - size=8, - seed=self.pkt_data[i]["seed"], - limit=(2**24 - 1) + size=8 ), STLVmWrFlowVar( fv_name="ipv6_dst", |