[openSUSE/wicked] 6d8fe5: ifxml: keep node migrate and utilities together
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 6d8fe5fad6efa5d57a2b6721a2796f77432d2c69 https://github.com/openSUSE/wicked/commit/6d8fe5fad6efa5d57a2b6721a2796f7743... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: keep node migrate and utilities together Move common migration utilities above the functions performing the actual node migration. Commit: 150cc8bdc712816ccf00bc858ad6c04b69fbdb6d https://github.com/openSUSE/wicked/commit/150cc8bdc712816ccf00bc858ad6c04b69... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: cleanup misleading use of upper for master Do not use misleading variable name upper for the port master. The upper link with it's lower link are a different relation. Commit: a6cd394746b7160777ad21bef85925eeb5eca310 https://github.com/openSUSE/wicked/commit/a6cd394746b7160777ad21bef85925eeb5... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: migrate master references in policy match The original migration removing ports array from master cleaned up the master to port match references. Migrate also the obsolete "child" references from port to master as generated by ifup. Commit: bbd01decedbe8df148610fcb1097992b8fefcf8f https://github.com/openSUSE/wicked/commit/bbd01decedbe8df148610fcb1097992b8f... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: warn about missing port configs/policies Commit: b34f31cfd1b0b6f1a12808846762117e2ee90b83 https://github.com/openSUSE/wicked/commit/b34f31cfd1b0b6f1a12808846762117e2e... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: migrate lower references in policy match Migrate the obsolete and misleading "child" match references in upper links (e.g. vlan) to it's lower (e.g. underlying ethX) link. Commit: d2d1f837d88f43cf17f814f6daf85ffe9697ae5d https://github.com/openSUSE/wicked/commit/d2d1f837d88f43cf17f814f6daf85ffe96... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-12-16 (Mon, 16 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- ifxml: generate missing lower configs/policies Generate xml config/policy for missing lower interfaces (e.g. eth0) referenced in the config of virtual interfaces (e.g. eth0.42 vlan) and issue a warning about. Without the lower interface config, we can't resolve the dependencies, will not set it UP and the virtual interface can't inherit the carrier or other properties from lower or even be created at all. Commit: 396a4ccdef14da91cc1bc0d931315d9c94f79dab https://github.com/openSUSE/wicked/commit/396a4ccdef14da91cc1bc0d931315d9c94... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-12-18 (Wed, 18 Dec 2024) Changed paths: M src/client/policy.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1048 ifxml: migrate and generate lower configs/policies Compare: https://github.com/openSUSE/wicked/compare/66f707bf3527...396a4ccdef14 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
cfconrad