mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 14:50:24 +01:00
libnm-utils: fix typo in bond ad_select bandwidth mode
The correct spelling is `bandwidth` instead of `bandwith`. https://bugs.launchpad.net/network-manager/+bug/1987001 Fixes:32870d8233('libnm-utils: convert string bond opts to int') (cherry picked from commit5f3237acab)
This commit is contained in:
parent
1b704e2f42
commit
f693bc6b71
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ NM_UTILS_STRING_TABLE_LOOKUP_DEFINE(
|
|||
}
|
||||
},
|
||||
{ return NM_BOND_AD_SELECT_STABLE; },
|
||||
{"bandwith", NM_BOND_AD_SELECT_BANDWIDTH},
|
||||
{"bandwidth", NM_BOND_AD_SELECT_BANDWIDTH},
|
||||
{"count", NM_BOND_AD_SELECT_COUNT},
|
||||
{"stable", NM_BOND_AD_SELECT_STABLE}, );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue