aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py
diff options
context:
space:
mode:
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py')
-rw-r--r--GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py b/GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py
index 7799f1650e..1b9f483b13 100644
--- a/GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py
+++ b/GPL/traffic_profiles/trex/trex-sl-ethip4udp-1024u63p.py
@@ -143,7 +143,8 @@ class TrafficStreams(TrafficStreamsBaseClass):
min_value=self.p2_dst_start_ip,
max_value=self.p2_dst_end_ip,
size=4,
- op="inc")
+ op="inc",
+ next_var="dport")
vm2.var(name="dport",
min_value=self.p2_dst_start_udp_port,
max_value=self.p2_dst_end_udp_port,