clients/metta-setting-desc: allow "system" and "dpdk" ovs interface types

These are valid, but were missing.
This commit is contained in:
Lubomir Rintel 2019-07-10 15:04:29 +02:00
parent dcbf274e84
commit 68ad9aabf8

View file

@ -6141,7 +6141,7 @@ static const NMMetaPropertyInfo *const property_infos_OVS_INTERFACE[] = {
PROPERTY_INFO_WITH_DESC (NM_SETTING_OVS_INTERFACE_TYPE,
.property_type = &_pt_gobject_string,
.property_typ_data = DEFINE_PROPERTY_TYP_DATA (
.values_static = NM_MAKE_STRV ("internal", "patch"),
.values_static = NM_MAKE_STRV ("internal", "system", "patch", "dpdk"),
),
),
NULL