aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2020-01-16 23:22:41 +0100
committerJan Gelety <jgelety@cisco.com>2020-01-17 12:06:37 +0000
commit9159c81f65c71cf77e9f1d59241e9ebcbbe9abc4 (patch)
treedbc2ac56bac4bdac77374d8562fbdf4a0dd4f1a1 /resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
parent1b9d4210b9b466fedab3a5891ec16a34e67a78ee (diff)
FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles
Change-Id: I3acf5220c24f77bc4bfc451919bf9b5345a988ef Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py')
-rw-r--r--resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
index d118d12d1a..a58df6e87b 100644
--- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
+++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-8cnf.py
@@ -91,6 +91,10 @@ class TrafficStreams(TrafficStreamsBaseClass):
size=1,
op=u"inc"
),
+ STLVmWrFlowVar(
+ fv_name=u"mac_dst",
+ pkt_offset=5
+ ),
STLVmFlowVar(
name=u"dst",
min_value=self.p1_dst_start_ip,