mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 09:30:44 +02: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')
This commit is contained in:
parent
7d4307e8df
commit
5f3237acab
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