fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
46 stars 51 forks source link

network scripts: Avoid infinite loop of arping #369

Closed jamacku closed 3 years ago

jamacku commented 3 years ago

Introduced in the bonding driver (commit ae46f184bc1f) Driver now reports transmission failures. Before that, it silently dropped the packet and replied with success error code.

The arping of iputils retries endlessly when a transmission error occurs.

This patch fix this behavior.

jamacku commented 3 years ago

CI fails due to missing csbuild in testsuite