mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 03:50:32 +01:00
libnm-core: setting-bond: add missing xmit_hash_policy values
Add the missing values "encap2+3" and "encap3+4".
https://bugs.centos.org/view.php?id=11467
(cherry picked from commit 7ee1af5f8a)
This commit is contained in:
parent
cf726a51b9
commit
89c4ed4374
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ static const BondDefault defaults[] = {
|
|||
{ NM_SETTING_BOND_OPTION_USE_CARRIER, "1", NM_BOND_OPTION_TYPE_INT, 0, 1 },
|
||||
{ NM_SETTING_BOND_OPTION_AD_SELECT, "stable", NM_BOND_OPTION_TYPE_BOTH, 0, 2,
|
||||
{ "stable", "bandwidth", "count", NULL } },
|
||||
{ NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY, "layer2", NM_BOND_OPTION_TYPE_BOTH, 0, 2,
|
||||
{ "layer2", "layer3+4", "layer2+3", NULL } },
|
||||
{ NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY, "layer2", NM_BOND_OPTION_TYPE_BOTH, 0, 4,
|
||||
{ "layer2", "layer3+4", "layer2+3", "encap2+3", "encap3+4", NULL } },
|
||||
{ NM_SETTING_BOND_OPTION_RESEND_IGMP, "1", NM_BOND_OPTION_TYPE_INT, 0, 255 },
|
||||
{ NM_SETTING_BOND_OPTION_LACP_RATE, "slow", NM_BOND_OPTION_TYPE_BOTH, 0, 1,
|
||||
{ "slow", "fast", NULL } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue