[openSUSE/wicked] b72dc7: bond: add ports when master is up (bsc#1219108)
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: b72dc7f7a9dad8b46204ec064259bc9d5ce1d39c https://github.com/openSUSE/wicked/commit/b72dc7f7a9dad8b46204ec064259bc9d5c... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M schema/interface.xml Log Message: ----------- bond: add ports when master is up (bsc#1219108) When a bond master is not UP (administrative device-up) yet, it's MTU (9000) is not yet set. While adding a port to the bond, the bond propagates MTU (MAC, ...) to the ports and may revert an already applied MTU on the port. Commit: d643137d480b00b563a6653e0e049777fcf5659e https://github.com/openSUSE/wicked/commit/d643137d480b00b563a6653e0e049777fc... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M client/ifup.c Log Message: ----------- client: don't recursively stop monitoring "children" The children array contains both, master <- port as well as lower <- link references, which require different handling. Stop monitoring only hotplug ports when the master reached it's target state, but neither non-hotplug ports requested to wait for in the config, nor lower interfaces when a link (e.g. vlan) finished it's setup before the lower. Commit: 6286838c7088a9d983aba19b840a2db1ed8f584d https://github.com/openSUSE/wicked/commit/6286838c7088a9d983aba19b840a2db1ed... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M nanny/nanny.c Log Message: ----------- nanny: don't recursively unschedule "children" Commit: c758a886b9ed9ca10d34fa894354ab284edc23be https://github.com/openSUSE/wicked/commit/c758a886b9ed9ca10d34fa894354ab284e... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: remove the confusing "remove with children" Remove the confusing ni_ifworker_array_remove_with_children removing "children" recursively without any differentiation. Commit: 986e27ce7c1139ff0a806c7f73c549a6330fb610 https://github.com/openSUSE/wicked/commit/986e27ce7c1139ff0a806c7f73c549a633... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M client/ifup.c M include/wicked/fsm.h M nanny/nanny.c M schema/interface.xml M src/fsm.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1008 bond: add ports when master is up (bsc#1219108) Compare: https://github.com/openSUSE/wicked/compare/f4c49b1ffc30...986e27ce7c11 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
cfconrad