cli: fix allowed slave-types

(cherry picked from commit 7271e168b0)
This commit is contained in:
Jiří Klimeš 2015-04-22 08:49:29 +02:00
parent 365f20e35f
commit d727e25663

View file

@ -2545,7 +2545,7 @@ nmc_property_con_set_master (NMSetting *setting, const char *prop, const char *v
static const char *con_valid_slave_types[] = {
NM_SETTING_BOND_SETTING_NAME,
NM_SETTING_BRIDGE_SETTING_NAME,
NM_SETTING_VLAN_SETTING_NAME,
NM_SETTING_TEAM_SETTING_NAME,
NULL
};