mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 15:50:26 +01:00
cli: fix allowed slave-types
This commit is contained in:
parent
313af401d3
commit
7271e168b0
1 changed files with 1 additions and 1 deletions
|
|
@ -2565,7 +2565,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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue