diff options
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py')
-rwxr-xr-x | resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py index 7a85ddfc05..757e90318b 100755 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip6-ip6dst10000.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 |