mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 12:20:12 +01:00
When configuring miimon settings, the updelay/downdelay fields with value zero may not be stored in the setting. For example: - have a profile with "mode=balance-rr,arp_interval=11,arp_ip_target=10.10.10.1,miimon=10" Switch the link monitoring mode to "MII" and press <OK>. Previously, the change of the link monitoring did not update the settings, and nothing was changed. - when loading settings, initialize all fields with the values from the settings, regardless whether they are currently visible or not. Otherwise, if you edit a profile with "mode=balance-rr,arp_interval=11,arp_ip_target=10.10.10.1,miimon=10" and switch link monitoring mode to "MII", the miimon setting was not initialized to 10. - accept empty bond settings, for example for updelay. In that case, initialize the text input to "0". Likewise, when the text entry is empty, set the bond option to the respective default. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/488 |
||
|---|---|---|
| .. | ||
| cli | ||
| cloud-setup | ||
| common | ||
| tests | ||
| tui | ||
| meson.build | ||
| nm-online.c | ||