summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 0c35fcd6..5680b61f 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -3178,7 +3178,8 @@ void CGlobalTRex::pre_test() {
bool need_grat_arp[TREX_MAX_PORTS];
if (CGlobalInfo::m_options.preview.get_is_client_cfg_enable()) {
- std::vector<ClientCfgCompactEntry *> conf = m_fl.get_client_cfg_ip_list();
+ std::vector<ClientCfgCompactEntry *> conf;
+ m_fl.get_client_cfg_ip_list(conf);
// If we got src MAC for port in global config, take it, otherwise use src MAC from DPDK
uint8_t port_macs[m_max_ports][ETHER_ADDR_LEN];