From 630dc7475e92aaa828512930d93bda7c568bd1f0 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 21 Jan 2020 07:34:46 +0100 Subject: [PATCH] FIX: nat44 scale + missing ip_min for vm1 Change-Id: I8a30eaa36f6e417a88a6888b70f72d74183c9141 Signed-off-by: Jan Gelety --- resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py | 1 + 1 file changed, 1 insertion(+) 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, -- 2.16.6