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