aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py')
-rwxr-xr-xresources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py
index b1948c9de2..fd252d4725 100755
--- a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py
+++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst100000.py
@@ -73,8 +73,7 @@ class TrafficStreams(TrafficStreamsBaseClass):
size=8, op="inc"),
STLVmWrFlowVar(fv_name="ipv6_dst",
pkt_offset="IPv6.dst",
- offset_fixup=8)],
- split_by_field="ipv6_dst")
+ offset_fixup=8)])
# Direction 1 --> 0
vm2 = STLScVmRaw([STLVmFlowVar(name="ipv6_dst",
min_value=base_p2,
@@ -82,8 +81,7 @@ class TrafficStreams(TrafficStreamsBaseClass):
size=8, op="inc"),
STLVmWrFlowVar(fv_name="ipv6_dst",
pkt_offset="IPv6.dst",
- offset_fixup=8)],
- split_by_field="ipv6_dst")
+ offset_fixup=8)])
return base_pkt_a, base_pkt_b, vm1, vm2