[openSUSE/wicked] 76781e: capture: add desc for better debugging output on e...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 76781e66a8929d966d9a904663a929e7f79b3159 https://github.com/openSUSE/wicked/commit/76781e66a8929d966d9a904663a929e7f7... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M src/arp.c M src/capture.c M src/dhcp4/protocol.c M src/lldp.c M src/netinfo_priv.h Log Message: ----------- capture: add desc for better debugging output on errors Commit: e0dec7596521ef6e7755768149c01d5db8499606 https://github.com/openSUSE/wicked/commit/e0dec7596521ef6e7755768149c01d5db8... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M src/capture.c Log Message: ----------- capture: code cleanup Replace `__FUNCTION__` with `__func__` and do not use `__` prefix for functions. Commit: a0ae196afd4ab85cf84778bed160b97d20efb93b https://github.com/openSUSE/wicked/commit/a0ae196afd4ab85cf84778bed160b97d20... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M src/arp.c M src/netinfo_priv.h Log Message: ----------- arp: resend DAD request on ENOBUFS (bsc#1203300) If sending DAD request per IP fails with ENOBUFS error, retry it. If max retries reached or an unexpected error occurred, the DAD will fail. Commit: 7195d6d3581da06a8e63e9f0c0bb0ddfb2a6ee64 https://github.com/openSUSE/wicked/commit/7195d6d3581da06a8e63e9f0c0bb0ddfb2... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M src/netinfo_priv.h Log Message: ----------- netinfo_priv: code formatting, tab align arp declarations Commit: 55e4901040349a056e2aafe28106d4ffe7fb6635 https://github.com/openSUSE/wicked/commit/55e4901040349a056e2aafe28106d4ffe7... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-02-16 (Thu, 16 Feb 2023) Changed paths: M src/arp.c M src/capture.c M src/dhcp4/protocol.c M src/lldp.c M src/netinfo_priv.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/956 arp: resend DAD request on ENOBUFS (bsc#1203300) Compare: https://github.com/openSUSE/wicked/compare/49a9393d3c93...55e490104034
participants (1)
-
Marius Tomaschewski