summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-07-12 18:44:47 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-07-12 19:15:44 +0200
commit5e0149c9cb4733398222e3b86130a643ebfe9422 (patch)
treecbf1ee998b32ca588ad51b79e790279489d3c125
parentbe76d8b624fab99cbd76092ff511e6adc305279c (diff)
downloadNetworkManager-5e0149c9cb4733398222e3b86130a643ebfe9422.tar.gz
ovs/ovsdb: correctly set the dpdk-devargs option
-rw-r--r--src/devices/ovs/nm-ovsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/ovs/nm-ovsdb.c b/src/devices/ovs/nm-ovsdb.c
index cf83085ee5..b6d82db357 100644
--- a/src/devices/ovs/nm-ovsdb.c
+++ b/src/devices/ovs/nm-ovsdb.c
@@ -357,7 +357,7 @@ _insert_interface (json_t *params, NMConnection *interface)
if (s_ovs_dpdk) {
json_array_append_new (options, json_pack ("[[s, s]]",
- "devargs",
+ "dpdk-devargs",
nm_setting_ovs_dpdk_get_devargs (s_ovs_dpdk)));
} else if (s_ovs_patch) {
json_array_append_new (options, json_pack ("[[s, s]]",