aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/TRexConfigGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/TRexConfigGenerator.py')
-rw-r--r--resources/libraries/python/TRexConfigGenerator.py2
1 files changed, 1 insertions, 1 deletions
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)