aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils')
-rw-r--r--host/lib/utils/prefs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/prefs.cpp b/host/lib/utils/prefs.cpp
index 88be300cb..5755ad4b4 100644
--- a/host/lib/utils/prefs.cpp
+++ b/host/lib/utils/prefs.cpp
@@ -119,7 +119,7 @@ device_addr_t uhd::prefs::get_dpdk_nic_args(
const uhd::device_addr_t &user_args
) {
const std::vector<std::string> keys_to_update_from = {
- "dpdk-mac"
+ "dpdk_mac"
};
return get_args(user_args, keys_to_update_from);
}