[openSUSE/wicked] cab0b4: compat: fix generation of route destination xml
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: cab0b4f27fe044bca86ff1808c75b21482ede52d https://github.com/openSUSE/wicked/commit/cab0b4f27fe044bca86ff1808c75b21482... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M client/compat.c Log Message: ----------- compat: fix generation of route destination xml Fix to not omit generation of a route destination xml node when prefix length is 0 (default route), but always generate one. Commit: f46bc952f681e25ddef56e8a8cf739138a5e4867 https://github.com/openSUSE/wicked/commit/f46bc952f681e25ddef56e8a8cf739138a... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c M src/dbus-objects/misc.c M src/dbus-objects/model.h Log Message: ----------- dbus: fix processing of routes without destination Pre-initialize route family from lease family to catch xml config (static lease request) serialized into a dbus dict route without a route destination address and we (continue to) assume it is a default route (backward compatibility). While processing an assigned-route dict array, we don't filter by family, but the destination is always available (from rtnetlink). Commit: c75488de65177de124e6ca3a95ccf45cfe05315b https://github.com/openSUSE/wicked/commit/c75488de65177de124e6ca3a95ccf45cfe... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-10-23 (Wed, 23 Oct 2024) Changed paths: M client/compat.c M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c M src/dbus-objects/misc.c M src/dbus-objects/model.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1042 route: fix family and destination processing (bsc#1231060) Compare: https://github.com/openSUSE/wicked/compare/32d0b2ebdaf2...c75488de6517 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
cfconrad