mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 14:58:05 +02:00
ovs/ovsdb: correctly set the dpdk-devargs option
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/203
This commit is contained in:
parent
da39bacd82
commit
12d9c3eb18
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue