aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py')
-rwxr-xr-xresources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py
index 3b27e9a9e0..da873f8746 100755
--- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py
+++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst100000.py
@@ -71,16 +71,14 @@ class TrafficStreams(TrafficStreamsBaseClass):
max_value=self.p1_dst_end_ip,
size=4, op="inc"),
STLVmWrFlowVar(fv_name="dst", pkt_offset="IP.dst"),
- STLVmFixIpv4(offset="IP")],
- split_by_field="dst")
+ STLVmFixIpv4(offset="IP")])
# Direction 1 --> 0
vm2 = STLScVmRaw([STLVmFlowVar(name="dst",
min_value=self.p2_dst_start_ip,
max_value=self.p2_dst_end_ip,
size=4, op="inc"),
STLVmWrFlowVar(fv_name="dst", pkt_offset="IP.dst"),
- STLVmFixIpv4(offset="IP")],
- split_by_field="dst")
+ STLVmFixIpv4(offset="IP")])
return base_pkt_a, base_pkt_b, vm1, vm2