From 9159c81f65c71cf77e9f1d59241e9ebcbbe9abc4 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 16 Jan 2020 23:22:41 +0100 Subject: FIX: missing write of mac_dst for direction 0 --> 1 in cnf trex profiles Change-Id: I3acf5220c24f77bc4bfc451919bf9b5345a988ef Signed-off-by: Jan Gelety --- resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py') diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py index bf653953c8..d321d0ffb2 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-1cnf.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, -- cgit 1.2.3-korg