aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
* network: add option to keep the link downJan Macku2020-12-151-1/+1
| | | | | | | | | | Some interfaces like Open vSwitch bridges using the userspace datapath, needs the link to be kept down to avoid issues. Add a LINKSTATUS=[down|up] ifcfg parameter to add this functionality. If not specified, the link will default to up as before. Patch provided by Matteo Croce mcroce@redhat.com Resolves: #1555001
* Add optional 'dev' keywordJan Macku2020-07-241-1/+1
| | | | | | | | | | Fix the problem when the device name could be interpreted as an iproute2 keyword. For example, for a bridge slave named "a" the iproute2 would treat the name as a prefix of keyword "address" and the network-scripts would fail to set the bridge master. Resolves: rhbz #1859785 (cherry picked from commit 100ed46b483b50059b3be796bafaf7b8f2b99220)
* network/ifup/ifdown: deprecations warnings redirected to stderrDavid Kaspar [Dee'Kej]2018-08-061-3/+3
|
* network/ifup/ifdown: allow disabling of deprecation warningsDavid Kaspar [Dee'Kej]2018-08-031-1/+1
| | | | ... by checking existence of /etc/sysconfig/disable-deprecation-warnings
* network/ifup/ifdown: deprecation warnings for 'network-scripts' addedDavid Kaspar [Dee'Kej]2018-08-031-0/+6
| | | | | In case of 'network' service these warnings are displayed only once, to not spam unnecessarily user's journalctl if they have many NICs.
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-0/+164
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.