diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-01-16 23:22:41 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-01-17 12:07:01 +0000 |
commit | a7ed4e88f920b46e4f62f7bef56e3e6029a081f8 (patch) | |
tree | 0cfd0729df7867eaa1e3f8c68c6a0b2d8ca3c231 /resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py | |
parent | 2b1bb67116b4933aafb1f5f4b48aa5b806c504c0 (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>
(cherry picked from commit 9159c81f65c71cf77e9f1d59241e9ebcbbe9abc4)
Diffstat (limited to 'resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py')
-rw-r--r-- | resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py index ff47ead5e5..629100cb83 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst40-4cnf.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, |