mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 14:18:05 +02:00
merge: branch 'ih/fix-lacp-msg'
bond: fix wrong property name in error message Closes #1720 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2157
This commit is contained in:
commit
23e42cb73a
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ verify(NMSetting *setting, NMConnection *connection, GError **error)
|
|||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("'%s' option is only valid with mode '%s'"),
|
||||
NM_SETTING_BOND_OPTION_LACP_RATE,
|
||||
NM_SETTING_BOND_OPTION_LACP_ACTIVE,
|
||||
"802.3ad");
|
||||
g_prefix_error(error, "%s.%s: ", NM_SETTING_BOND_SETTING_NAME, NM_SETTING_BOND_OPTIONS);
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue