From: Jan Gelety Date: Tue, 21 Jan 2020 06:34:46 +0000 (+0100) Subject: FIX: nat44 scale X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F96%2F24796%2F2;p=csit.git FIX: nat44 scale + missing ip_min for vm1 Change-Id: I8a30eaa36f6e417a88a6888b70f72d74183c9141 Signed-off-by: Jan Gelety --- diff --git a/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py b/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py index 077b198d41..64fe1a705f 100644 --- a/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py +++ b/resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py @@ -98,6 +98,7 @@ class TrafficStreams(TrafficStreamsBaseClass): vm1 = STLScVmRaw( [ STLVmTupleGen( + ip_min=self.p1_src_start_ip, ip_max=self.p1_src_end_ip, port_min=self.p1_src_start_udp_port, port_max=self.p1_src_end_udp_port,