[openSUSE/wicked] be8f79: appconfig: increase arp (verify|notify) retry valu...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: be8f79764694d54230d28fd483eb9a129830629f https://github.com/openSUSE/wicked/commit/be8f79764694d54230d28fd483eb9a1298... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-06-05 (Wed, 05 Jun 2024) Changed paths: M src/appconfig.c Log Message: ----------- appconfig: increase arp (verify|notify) retry value (bsc#1218668) When the kernel report ENOBUFS while sending the arp package, we do not want to treat this as a fatal error. But we also don't want to accept ENOBUFS forever. The previous retry value of 3 wasn't sufficient and was triggered on bond interfaces with 802.3ad mode to often. With a default of 10 we give the driver a minimum amount of 6s to accept packages. Commit: c6a4dca68b581295b29e9610cb76ca089a7e4ba7 https://github.com/openSUSE/wicked/commit/c6a4dca68b581295b29e9610cb76ca089a... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-06-05 (Wed, 05 Jun 2024) Changed paths: M client/arputil.c Log Message: ----------- arputil: increase the retry attempts on sending On bond with mode 802.3ad, we realized ENOBUFS occur and a retry value of 3 is to small (see bsc#1218668). Commit: 8c382dc15396830c28350e21990c1e628165e2dc https://github.com/openSUSE/wicked/commit/8c382dc15396830c28350e21990c1e6281... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M client/arputil.c M src/appconfig.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1020 arp: increase arp-send retry value (bsc#1218668) Compare: https://github.com/openSUSE/wicked/compare/4ed7142c8912...8c382dc15396 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
Marius Tomaschewski