aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/ifup-ippp
Commit message (Collapse)AuthorAgeFilesLines
* network: add option to keep the link downJan Macku2020-12-031-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>
* network-scripts: Use net_log() instead of loggerJan Macku2020-11-051-7/+7
| | | | Use internal network-scripts function net_log() instead of /usr/bin/logger if possible to make code more consistent and cleaner.
* Repalace hardcoded tests for yes and no with testing functionsJan Macku2019-09-121-20/+20
| | | Resolve issue: #42
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-0/+384
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.