X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftraffic_profiles%2Ftrex%2Ftrex-sl-3n-ethip4-ip4dst1000.py;h=5f0d1ce41828d72dec2daac9d4c2ef78d57b188b;hp=569c06360f654efa28bb99c3488d00a69faa53ec;hb=ab94abd6fea7e4015c3fdc3130beb35b59582d58;hpb=7cb42e0a9f7785a7ffbc6076a1d5784b203cf9eb diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000.py index 569c06360f..5f0d1ce418 100755 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000.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