aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/network-functions
Commit message (Collapse)AuthorAgeFilesLines
* network: fix condition in set_link_up()Jan Macku2021-02-041-2/+5
|
* network: fix set_link_up()Jan Macku2020-12-171-3/+1
| | | | This patch fixes issue, when interface wasn't bring up.
* network: add option to keep the link downJan Macku2020-12-031-2/+9
| | | | | | | | 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>
* Add warning to warn user when ETHTOOL_OPTS is set and ethtool binary is ↵Jan Macku2020-08-121-17/+21
| | | | missing - Olav Vitters
* Maintain permisision to set umaskzhangnaru06052020-07-141-0/+3
| | | set umask in case resolv.conf doesn't exist
* network-function: bridges are created by ifup-ethLukáš Nykrýn2019-10-171-0/+3
| | | Resolves: rhbz#1404265
* Repalace hardcoded tests for yes and no with testing functionsJan Macku2019-09-121-2/+2
| | | Resolve issue: #42
* Add ip6gre tunnel optionJan Macku2019-07-311-1/+1
| | | | Resolve: BZ #1691552
* netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-301-18/+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/+744
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.