Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
889af5c
)
fix(core): Trex typo
04/38904/1
author
pmikus
<
[email protected]
>
Thu, 25 May 2023 11:31:42 +0000
(11:31 +0000)
committer
pmikus
<
[email protected]
>
Thu, 25 May 2023 11:31:42 +0000
(11:31 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: I4924054b414dc450df14a02a29081549c8620787
resources/libraries/python/TRexConfigGenerator.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/TRexConfigGenerator.py
b/resources/libraries/python/TRexConfigGenerator.py
index
5ecde86
..
e5ac196
100644
(file)
--- a/
resources/libraries/python/TRexConfigGenerator.py
+++ b/
resources/libraries/python/TRexConfigGenerator.py
@@
-261,7
+261,7
@@
class TrexInitConfig:
src_mac=Topology().get_interface_mac(
node, link["interface"]
),
- dst_mac=link["dst_mac"]
+ d
e
st_mac=link["dst_mac"]
)
)
sockets.append(socket)