mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
Before 1.24, nm_setting_bond_add_option() would clear miimon/arp_interval settings when the respective other was set. That was no longer done, with the effect that enabling (for example) miimon on a bond profile that has arp_interval enabled, sets both conflicting options. That is not a severe problem, because the profile still validates. However, at runtime only one of the settings can be actually configured. Fix that, by restoring the previous behavior for the client. But note that this time it's implemented in the client, and not in libnm's nm_setting_bond_add_option(). |
||
|---|---|---|
| .. | ||
| agent.c | ||
| common.c | ||
| common.h | ||
| connections.c | ||
| connections.h | ||
| devices.c | ||
| devices.h | ||
| general.c | ||
| generate-docs-nm-settings-nmcli.c | ||
| meson.build | ||
| nmcli-completion | ||
| nmcli.c | ||
| nmcli.h | ||
| polkit-agent.c | ||
| polkit-agent.h | ||
| settings.c | ||
| settings.h | ||
| utils.c | ||
| utils.h | ||