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 #370

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.

Resolves: #1928098

(cherry picked from commit afbd6b5)