Branch: refs/heads/sle12-sp5 Home: https://github.com/openSUSE/wicked Commit: ebb3e0d38a501d15956c1b9fa270df1dbc03b8e4 https://github.com/openSUSE/wicked/commit/ebb3e0d38a501d15956c1b9fa270df1dbc... Author: Stephan Brunner <s.brunner@stephan-brunner.net> Date: 2023-10-09 (Mon, 09 Oct 2023) Changed paths: M src/appconfig.c M src/extension.c Log Message: ----------- system-updater: Parse updater format from XML configuration to ensure install calls can run. In ni_system_updaters_init(), the updater's format is set by using ni_updater_format_type(ex->format). This in turn is used by ni_system_updater_generic_leaseinfo_create(), which is called by ni_system_updater_generic_install_call(). As ex->format is never actually set, ni_system_updater_generic_leaseinfo_create will always fail with an unknown format error and the install call is never executed. Commit: c2cb4d686466a38de67b0c6c7fdc6c5da6c7f368 https://github.com/openSUSE/wicked/commit/c2cb4d686466a38de67b0c6c7fdc6c5da6... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-10-09 (Mon, 09 Oct 2023) Changed paths: M src/appconfig.c M src/extension.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/985 system-updater: Parse updater format from XML configuration to ensure install calls can run. Commit: 8836bc49c657f122267b8f0135d8733225ca8c78 https://github.com/openSUSE/wicked/commit/8836bc49c657f122267b8f0135d8733225... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-10-17 (Tue, 17 Oct 2023) Changed paths: M src/ifevent.c M src/iflist.c M src/kernel.h Log Message: ----------- rtnl: pass ifname in newaddr parsing and logging Commit: d3fa3575fe00c901ff85aa56f03237859f2c0061 https://github.com/openSUSE/wicked/commit/d3fa3575fe00c901ff85aa56f03237859f... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-10-17 (Tue, 17 Oct 2023) Changed paths: M src/iflist.c Log Message: ----------- rtnl: parse peer address on non-ptp interfaces Commit: f9b3b0db8d61958a30da6e651b13cbc4b9e847b2 https://github.com/openSUSE/wicked/commit/f9b3b0db8d61958a30da6e651b13cbc4b9... Author: cfconrad <cfamullaconrad@suse.com> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/ifevent.c M src/iflist.c M src/kernel.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/988 rtnl: parse peer address on non-ptp interfaces Commit: ab82f5e54367815545dcab26b419acd9e0b9d431 https://github.com/openSUSE/wicked/commit/ab82f5e54367815545dcab26b419acd9e0... Author: Mike Lamb <mrl@bytesbymike.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M src/duid.h Log Message: ----------- duid: fix comment for v6time v6time is seconds since midnight (UTC), January 1, 2000, modulo 2^32. The value is generated correctly but the comment refers to 2001 instead of 2000. Commit: f1340c47ac80acd3d7a83bad848adc53b72efc81 https://github.com/openSUSE/wicked/commit/f1340c47ac80acd3d7a83bad848adc53b7... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-11-03 (Fri, 03 Nov 2023) Changed paths: M src/duid.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/989 duid: fix comment for v6time Commit: 995c21c29dbe33995aacb5f37463016047015bfc https://github.com/openSUSE/wicked/commit/995c21c29dbe33995aacb5f37463016047... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-11-21 (Tue, 21 Nov 2023) Changed paths: M src/dhcp6/protocol.c Log Message: ----------- dhcp6: omit the SO_REUSEPORT option (bsc#1215692) Setting the SO_REUSEPORT socket option causes that replies are delivered to the first process/socket bound to an [ip%dev]:port with the effect that `wicked test dhcp6 ...` does not receive it's replies, but the wickedd-dhcp6 (service) active on the same interface (bsc#1215692). Commit: e10b705bffb510c4dad5c946ffe24180fe75d05c https://github.com/openSUSE/wicked/commit/e10b705bffb510c4dad5c946ffe24180fe... Author: cfconrad <cfamullaconrad@suse.com> Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M src/dhcp6/protocol.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/993 dhcp6: omit the SO_REUSEPORT option (bsc#1215692) Commit: cdbb4c573e41c5c9c4bf119bfe08776522d99e97 https://github.com/openSUSE/wicked/commit/cdbb4c573e41c5c9c4bf119bfe08776522... Author: liss <coder.liss@gmail.com> Date: 2024-01-27 (Sat, 27 Jan 2024) Changed paths: M client/ifstatus.c M client/suse/scripts/ifup.in Log Message: ----------- Fix ifstatus exit code for NI_WICKED_ST_NO_CARRIER status The 'no-carrier' status was separated from the 'setup-in-progress' status. Even though the interface appears active during this status, the setup process is not complete and the NIC is not ready. Therefore, the `ifstatus <nic>` command should not return 0 for this status. Commit: 5560a9529ada95cb0fe4e000c30f2c78d3929a89 https://github.com/openSUSE/wicked/commit/5560a9529ada95cb0fe4e000c30f2c78d3... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M client/ifstatus.c M client/suse/scripts/ifup.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/994 client: fix exit code for no-carrier status (bsc#1219265) Commit: 96c62c7585b9bfae034b5b58d31824e66b0eaec1 https://github.com/openSUSE/wicked/commit/96c62c7585b9bfae034b5b58d31824e66b... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M client/ifcheck.c Log Message: ----------- ifcheck: fix config changed check (bsc#1218926) Commit: fea2c7b13f4d102608fe214a3d53b083d6eecf98 https://github.com/openSUSE/wicked/commit/fea2c7b13f4d102608fe214a3d53b083d6... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M client/ifreload.c Log Message: ----------- ifreload: VLAN changes require device deletion (bsc#1218927) Commit: f47c511c6d34086d2949fc190fdcf3dc7a87a8d3 https://github.com/openSUSE/wicked/commit/f47c511c6d34086d2949fc190fdcf3dc7a... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M client/ifcheck.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/995 ifcheck: fix config changed check (bsc#1218926) Commit: 820f2376554eb8a9207f765a12c83d64528f02c0 https://github.com/openSUSE/wicked/commit/820f2376554eb8a9207f765a12c83d6452... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M client/ifreload.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/996 ifreload: VLAN changes require device deletion (bsc#1218927) Commit: 5633c5238d45c29ed34ae4b572a613f984e48db3 https://github.com/openSUSE/wicked/commit/5633c5238d45c29ed34ae4b572a613f984... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: M client/ifcheck.c M client/ifreload.c M client/ifstatus.c M client/suse/scripts/ifup.in M src/appconfig.c M src/dhcp6/protocol.c M src/duid.h M src/extension.c M src/ifevent.c M src/iflist.c M src/kernel.h Log Message: ----------- Merge following fixes from 'master' into sle12-sp5 - ifreload: VLAN changes require device deletion (bsc#1218927) - ifcheck: fix config changed check (bsc#1218926) - client: fix exit code for no-carrier status (bsc#1219265) - dhcp6: omit the SO_REUSEPORT option (bsc#1215692) - duid: fix comment for v6time - rtnl: fix peer address parsing for non ptp-interfaces - system-updater: Parse updater format from XML configuration to ensure install calls can run. Commit: b68b99e410f556ad0567374d7787394cbfda15bd https://github.com/openSUSE/wicked/commit/b68b99e410f556ad0567374d7787394cbf... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-15 (Thu, 15 Feb 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: whitespace formatting Commit: bf56bbab7a5576e6e2ea748fb828cacbd8de99b1 https://github.com/openSUSE/wicked/commit/bf56bbab7a5576e6e2ea748fb828cacbd8... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M src/ifconfig.c Log Message: ----------- vxlan: don't format unknown rtnl attrs (bsc#1219751) Commit: ef616b9ed8e4147dec846ebaab0b3c7a6fdc15ec https://github.com/openSUSE/wicked/commit/ef616b9ed8e4147dec846ebaab0b3c7a6f... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M schema/vxlan.xml Log Message: ----------- schema: pass complete vxlan config to changeDevice Caused "ignoring unknown dict element" warnings. Commit: 0a91e01391b4741eeb20e9de4f1efc66d1321213 https://github.com/openSUSE/wicked/commit/0a91e01391b4741eeb20e9de4f1efc66d1... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: reset workers on ni_fsm_free() Commit: 70f54a3e24d8b706865e0484e9fd27c0356ad1a3 https://github.com/openSUSE/wicked/commit/70f54a3e24d8b706865e0484e9fd27c035... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M src/dbus-common.c Log Message: ----------- fix: free struct variant in ni_dbus_variant_destroy() Commit: e381bf6cb13c06ca8d5b1e3ec11ba69e08cbc2a5 https://github.com/openSUSE/wicked/commit/e381bf6cb13c06ca8d5b1e3ec11ba69e08... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M schema/vxlan.xml M src/ifconfig.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/998 vxlan: don't format unknown rtnl attrs (bsc#1219751) Commit: 8c02dc66f432abfd6cb3e1660fa70edeac38cac9 https://github.com/openSUSE/wicked/commit/8c02dc66f432abfd6cb3e1660fa70edeac... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/997 fsm: whitespace formatting Commit: efd5215a427db349f48aa55d4369414be4d7a75d https://github.com/openSUSE/wicked/commit/efd5215a427db349f48aa55d4369414be4... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M src/xpath.c Log Message: ----------- xpath: allow underscore in node identifier We use underscores in our own XML schema. So lets allow using such names in `wicked xpath --reference XXX`. Commit: 771166a0916dbf5700a5f7d72f8fb4f6450603b2 https://github.com/openSUSE/wicked/commit/771166a0916dbf5700a5f7d72f8fb4f645... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M src/xpath.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/999 xpath: allow underscore in node identifier Commit: 30317fb34904c1d5d7847d9f193fa05b5c77d1b8 https://github.com/openSUSE/wicked/commit/30317fb34904c1d5d7847d9f193fa05b5c... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M src/dbus-common.c M src/fsm.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1001 Fix memory leaks dbus variant destroy and fsm free Commit: 5c71ebaf97e41e37e7bfdb90a84f1b30ca4e9290 https://github.com/openSUSE/wicked/commit/5c71ebaf97e41e37e7bfdb90a84f1b30ca... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M schema/constants.xml.in M schema/team.xml M src/dbus-objects/team.c M src/team.c M src/teamd.c M util/mkconst.c Log Message: ----------- team: add link_watch_policy Commit: 24582fae86fe0734327a33302e4f350d0218d587 https://github.com/openSUSE/wicked/commit/24582fae86fe0734327a33302e4f350d02... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in Log Message: ----------- man: ifcfg-team cleanup Commit: 8e85dbe6f702b8d8c88e796fa287558934b06a44 https://github.com/openSUSE/wicked/commit/8e85dbe6f702b8d8c88e796fa287558934... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in A man/src/ifcfg-team.5.md Log Message: ----------- man: ifcfg-team convert to Markdown use the following command to generate the manpage ``` pandoc man/src/ifcfg-team.5.md -s -t man > man/ifcfg-team.5.in ``` Commit: dd0fbcd78249d85c6355ad83b278c76735d443c9 https://github.com/openSUSE/wicked/commit/dd0fbcd78249d85c6355ad83b278c76735... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in M man/src/ifcfg-team.5.md Log Message: ----------- man: ifcfg-team -- add TEAM_LINK_WATCH_POLICY Commit: 6716273aa19c5173e43631a57c026d12c0db3ba5 https://github.com/openSUSE/wicked/commit/6716273aa19c5173e43631a57c026d12c0... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M schema/team.xml M src/dbus-objects/team.c M src/team.c M src/teamd.c Log Message: ----------- team: add link_watch.vlanid property Commit: 4223f7b5fcfb16b15ab2e21c6b9e2cb38b2e0c29 https://github.com/openSUSE/wicked/commit/4223f7b5fcfb16b15ab2e21c6b9e2cb38b... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in M man/src/ifcfg-team.5.md Log Message: ----------- man: ifcfg-team add TEAM_LW_ARP_PING_VLANID Commit: 9dc71e4ecc5742aa2e700ff29b9b638d16a2f827 https://github.com/openSUSE/wicked/commit/9dc71e4ecc5742aa2e700ff29b9b638d16... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M schema/team.xml M src/dbus-objects/team.c M src/team.c M src/teamd.c Log Message: ----------- team: add notify_peers and mcast_rejoin burst config Commit: e4b5ac87cfac5d4d7a8109ba6fe846332191a318 https://github.com/openSUSE/wicked/commit/e4b5ac87cfac5d4d7a8109ba6fe8463321... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in M man/src/ifcfg-team.5.md Log Message: ----------- man: ifcfg-team add TEAM_NOTIFY_PEERS, TEAM_MCAST_REJOIN burst cfg Commit: c445149c3fd11e8488a8536a1bc8f17b7e9b7dfb https://github.com/openSUSE/wicked/commit/c445149c3fd11e8488a8536a1bc8f17b7e... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M schema/team.xml M src/dbus-objects/team.c M src/teamd.c Log Message: ----------- team: add debug_level Commit: ef79d6d5c598f76e5818ee0a9a38e475919206c5 https://github.com/openSUSE/wicked/commit/ef79d6d5c598f76e5818ee0a9a38e47591... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M man/ifcfg-team.5.in M man/src/ifcfg-team.5.md Log Message: ----------- man: ifcfg-team add TEAM_DEBUG_LEVEL Commit: d324d32a28dff24cadc80980a177753313de3c2e https://github.com/openSUSE/wicked/commit/d324d32a28dff24cadc80980a177753313... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M man/ifcfg-team.5.in A man/src/ifcfg-team.5.md M schema/constants.xml.in M schema/team.xml M src/dbus-objects/team.c M src/team.c M src/teamd.c M util/mkconst.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1000 team: add new options like link_watch_policy (jsc#PED-7183) Commit: 7951ed5d56d6ccc71f3a0f7073f43456a5c31dde https://github.com/openSUSE/wicked/commit/7951ed5d56d6ccc71f3a0f7073f43456a5... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M VERSION Log Message: ----------- version-0.6.74 - team: add new options like link_watch_policy (jsc#PED-7183) - Fix memory leaks in dbus variant destroy and fsm free - xpath: allow underscore in node identifier - vxlan: don't format unknown rtnl attrs (bsc#1219751) - ifreload: VLAN changes require device deletion (bsc#1218927) - ifcheck: fix config changed check (bsc#1218926) - client: fix exit code for no-carrier status (bsc#1219265) - dhcp6: omit the SO_REUSEPORT option (bsc#1215692) - rtnl: parse peer address on non-ptp interfaces - system-updater: Parse updater format from XML configuration to ensure install calls can run. - ifconfig: fix arp notify loop (boo#1212806) and burst sending Commit: aaff5fad33583e951d59dde151fce64d63b2829f https://github.com/openSUSE/wicked/commit/aaff5fad33583e951d59dde151fce64d63... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M VERSION M client/compat.c M client/suse/compat-suse.c M include/wicked/team.h M man/ifcfg-team.5.in A man/src/ifcfg-team.5.md M schema/constants.xml.in M schema/team.xml M schema/vxlan.xml M src/dbus-common.c M src/dbus-objects/team.c M src/fsm.c M src/ifconfig.c M src/team.c M src/teamd.c M src/xpath.c M util/mkconst.c Log Message: ----------- Merge 'version-0.6.74' into sle12-sp5 - team: add new options like link_watch_policy (jsc#PED-7183) - Fix memory leaks in dbus variant destroy and fsm free - xpath: allow underscore in node identifier - vxlan: don't format unknown rtnl attrs (bsc#1219751) Compare: https://github.com/openSUSE/wicked/compare/e79e4e077f42...aaff5fad3358 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications