[openSUSE/wicked] 36febb: refcount: add reference couting utilility macros

Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 36febb320f6c3ec054571c0f292b72cb772b6d0c https://github.com/openSUSE/wicked/commit/36febb320f6c3ec054571c0f292b72cb77... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M include/Makefile.am A include/wicked/refcount.h M src/Makefile.am A src/refcount.c Log Message: ----------- refcount: add reference couting utilility macros Co-authored-by: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Commit: 61e2168d9dbf452a244d15502cd3c9c0a08e7869 https://github.com/openSUSE/wicked/commit/61e2168d9dbf452a244d15502cd3c9c0a0... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M client/suse/compat-suse.c M include/wicked/route.h M src/route.c Log Message: ----------- route: adjust routes and rules to refcount macros Added also rule array and route tables copy utils. Commit: 6dd62ea9b27d0381cea7f9daa2711e1458907383 https://github.com/openSUSE/wicked/commit/6dd62ea9b27d0381cea7f9daa2711e1458... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M autoip4/fsm.c M client/dracut/cmdline.c M client/redhat/compat-redhat.c M client/suse/compat-suse.c M include/wicked/address.h M src/address.c M src/auto6.c M src/dbus-objects/misc.c M src/dhcp4/protocol.c M src/dhcp6/protocol.c M src/iflist.c M src/leasefile.c Log Message: ----------- address: adjust address to use new refcount macros Renamed address_new to address_create like in route, added also an ni_address_list_copy utility function. Commit: 5291d16c0cae287ce1e20fa59efd7e5dd1c8f914 https://github.com/openSUSE/wicked/commit/5291d16c0cae287ce1e20fa59efd7e5dd1... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M include/wicked/addrconf.h M include/wicked/nis.h M include/wicked/resolver.h M src/dhcp.c M src/dhcp.h M src/netinfo.c M src/nis.c M src/resolver.c M src/state.c Log Message: ----------- lease: add clone utils and reference counting Commit: 81f68a369377c74e7d47e6b561072ce3ff66637b https://github.com/openSUSE/wicked/commit/81f68a369377c74e7d47e6b561072ce3ff... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M autoip4/fsm.c M client/dracut/cmdline.c M client/redhat/compat-redhat.c M client/suse/compat-suse.c M include/Makefile.am M include/wicked/addrconf.h M include/wicked/address.h M include/wicked/nis.h A include/wicked/refcount.h M include/wicked/resolver.h M include/wicked/route.h M src/Makefile.am M src/address.c M src/auto6.c M src/dbus-objects/misc.c M src/dhcp.c M src/dhcp.h M src/dhcp4/protocol.c M src/dhcp6/protocol.c M src/iflist.c M src/leasefile.c M src/netinfo.c M src/nis.c A src/refcount.c M src/resolver.c M src/route.c M src/state.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/916 lease: add clone utils and reference counting Compare: https://github.com/openSUSE/wicked/compare/0011fba29afb...81f68a369377
participants (1)
-
Marius Tomaschewski