NetworkManager/clients
Thomas Haller 9d918e556f
cli: fix alternating miimon/arp_interval settings for bond options in nmcli
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().

(cherry picked from commit b55578bf6e)
2020-07-11 15:07:47 +02:00
..
cli cli: fix alternating miimon/arp_interval settings for bond options in nmcli 2020-07-11 15:07:47 +02:00
cloud-setup nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
common cli: fix alternating miimon/arp_interval settings for bond options in nmcli 2020-07-11 15:07:47 +02:00
tests all: reformat python files with python black 2020-06-15 16:40:38 +02:00
tui nmtui: show error on connection deactivation failure 2020-05-15 19:27:09 +02:00
meson.build docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data 2020-06-11 10:53:50 +02:00
nm-online.c nm-online: allow configuring timeout via NM_ONLINE_TIMEOUT environment 2020-04-30 21:46:59 +02:00