mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-03 17:08:11 +02:00
cli: add missed setting name to nmc_team_slave_settings
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
This commit is contained in:
parent
d338b90cfd
commit
96303bd9da
1 changed files with 1 additions and 0 deletions
|
|
@ -1892,6 +1892,7 @@ static const NameItem nmc_bond_slave_settings [] = {
|
|||
static const NameItem nmc_team_slave_settings [] = {
|
||||
{ NM_SETTING_CONNECTION_SETTING_NAME, NULL, NULL },
|
||||
{ NM_SETTING_WIRED_SETTING_NAME, "ethernet", NULL },
|
||||
{ NM_SETTING_TEAM_PORT_SETTING_NAME, NULL, NULL },
|
||||
{ NM_SETTING_802_1X_SETTING_NAME, NULL, NULL },
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue