diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-01-21 07:34:46 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-02-05 08:52:29 +0000 |
commit | 28aecf58bf711fc25a1a3bd73b3be48804d80698 (patch) | |
tree | 1a7ed05aa4b381a497dfb1b25af9673d69aefdda | |
parent | 67b979944efad24f90d4ad002c6de4748e256ec5 (diff) |
FIX: nat44 scale
+ missing ip_min for vm1
Change-Id: I8a30eaa36f6e417a88a6888b70f72d74183c9141
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 630dc7475e92aaa828512930d93bda7c568bd1f0)
-rw-r--r-- | resources/traffic_profiles/trex/trex-sl-2n-ethip4udp-1000u15p.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, |