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:06:37 +0000 |
commit | 9159c81f65c71cf77e9f1d59241e9ebcbbe9abc4 (patch) | |
tree | dbc2ac56bac4bdac77374d8562fbdf4a0dd4f1a1 /resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py | |
parent | 1b9d4210b9b466fedab3a5891ec16a34e67a78ee (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-2cnf.py')
-rw-r--r-- | resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py index 3fc8eb6e82..b7f316092a 100644 --- a/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py +++ b/resources/traffic_profiles/trex/trex-sl-3n-ethip4-ip4dst1000-2cnf.py @@ -90,6 +90,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, |