aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/ifup-aliases
Commit message (Collapse)AuthorAgeFilesLines
* network scripts: Avoid infinite loop of arpingJan Macku2021-02-121-2/+3
| | | | | | | | | Introduced in the bonding driver (commit ae46f184bc1f) 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.
* Correct spelling, IP, …Allan Nordhøy2020-07-141-1/+1
|
* Repalace hardcoded tests for yes and no with testing functionsJan Macku2019-09-121-6/+6
| | | Resolve issue: #42
* netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-301-11/+0
| | | | This concept is quite outdated, and not sane to use at all.
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-0/+381
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.