NetworkManager/clients
Thomas Haller b55578bf6e
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().
2020-07-11 11:18:54 +02:00
..
cli cli: fix alternating miimon/arp_interval settings for bond options in nmcli 2020-07-11 11:18:54 +02:00
cloud-setup all: fix minor typos 2020-07-07 11:33:46 +02:00
common cli: fix alternating miimon/arp_interval settings for bond options in nmcli 2020-07-11 11:18:54 +02:00
tests all: add ap-isolation property to wifi setting 2020-07-01 17:36:20 +02:00
tui all: fix minor typos 2020-07-07 11:33:46 +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