You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the ifup script while the bond4 negotiation process is running and not finished. The arping command fails to be executed. The command output is as follows:
Yeah, that part of the code is .... suboptimal. It is already stupid that we call some random sed on the output (and yeah I know it was my code). In the ideal case, we should find out if arping returns different return codes on different events and base the behavior on that. But to be honest, initscripts are no longer actively developed and almost nobody is using the network part these days, so this is not a priority for us. But I would be happy to review any patch to improve this.
I run the ifup script while the bond4 negotiation process is running and not finished. The arping command fails to be executed. The command output is as follows:
Obviously, the up failure is not caused by an IP address conflict. I think such an error is misleading.
https://github.com/fedora-sysv/initscripts/blob/32f0ddf2efb7e02227febca5c43acae36a52f569/network-scripts/ifup-eth#L296C11-L296C11
Whether this can be optimized. You can correct the up error information based on the arping command output, or try again in this case.
The text was updated successfully, but these errors were encountered: