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