mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 07:50:17 +01:00
team: request actual configuration to teamd
Request the actual configuration when reading it from teamd. The actual configuration, differently from the normal one, doesn't contain non-active team ports.
This commit is contained in:
parent
1fbdd4d008
commit
791bca1dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ teamd_read_config (NMDevice *device)
|
|||
int err;
|
||||
|
||||
if (priv->tdc) {
|
||||
err = teamdctl_config_get_raw_direct (priv->tdc, &config);
|
||||
err = teamdctl_config_actual_get_raw_direct (priv->tdc, &config);
|
||||
if (err)
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue