From: pmikus Date: Thu, 25 May 2023 11:31:42 +0000 (+0000) Subject: fix(core): Trex typo X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=3d30601d9529bcdf715c3de041ad0a7bc1ccff82;hp=889af5ca17aa11ccaa65fce188f72890e495cfa2 fix(core): Trex typo Signed-off-by: pmikus Change-Id: I4924054b414dc450df14a02a29081549c8620787 --- diff --git a/resources/libraries/python/TRexConfigGenerator.py b/resources/libraries/python/TRexConfigGenerator.py index 5ecde86dcb..e5ac19647f 100644 --- 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"] + dest_mac=link["dst_mac"] ) ) sockets.append(socket)