aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.03.58initscripts-9.03.58-1David Kaspar [Dee'Kej]2017-01-181-1/+4
|
* ifup-aliases: we want to call the arpingLukas Nykryn2017-01-181-1/+1
| | | | | It looks that during backport $() was replaced with "" Resolves: RHBZ#1413976
* 9.03.57David Kaspar [Dee'Kej]2017-01-101-1/+4
|
* ifup-eth: remove quote marksLukas Nykryn2017-01-091-1/+1
| | | | | With quote marks all the parameters to dhclient are passed as one Resolves: #1410429
* 9.03.56initscripts-9.03.56-1David Kaspar [Dee'Kej]2016-11-211-1/+4
|
* Fix regression in commit ca3cea691b6 - ${LEASEFILE} not specifiedDavid Kaspar [Dee'Kej]2016-11-211-4/+4
| | | | Related: RHBZ #1350602
* 9.03.55initscripts-9.03.55-1David Kaspar [Dee'Kej]2016-11-161-1/+10
|
* ipv6_add_addr_on_device: replace the existing address on NICDavid Kaspar [Dee'Kej]2016-11-161-1/+1
| | | | | | | | | | Instead of adding the IPv6 address when ifup is called, we replace the address, because it might have been auto-assigned before by RA. This is to assure that static NIC configuration will take effect if the NIC was already dynamically configured by RA. Resolves: RHBZ #1086388
* sysconfig/network: NO_DHCP_HOSTNAME option introducedDavid Kaspar [Dee'Kej]2016-11-162-9/+29
| | | | | | | | | Previously, some administrators were unable to force initscripts to not obtatin hostname from DHCP, even though they were using static configuration of network. Right now, setting 'NO_DHCP_HOSTNAME' to 'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so. Resolves: RHBZ #1157856
* network-functions: do not send hostname via dhclient everytimeDavid Kaspar [Dee'Kej]2016-11-152-9/+25
| | | | Resolves: RHBZ #1350602
* init/kexec-disable.conf: release kexec memory properlyDavid Kaspar [Dee'Kej]2016-11-151-1/+1
| | | | Resolves: RHBZ #1378198
* network: Treat other tunnel interfaces, fixes ifdown stageRodrigo Freire2016-11-151-0/+10
| | | | | | | | | | | | This patch is a complement of commit 5e9dd516e2e0 ("add bonding & xDSL to the list of devices brought up afterwards (#97030,#91399)"), ensuring that GRE and IPIP tunnels are brought up after base interfaces are up, and bring down before the underlying interface goes down. Signed-off-by: Rodrigo Freire <rfreire@redhat.com> Resolves: RHBZ #1315018
* ifup-aliases: send gratuitous ARPs when adding addressesLukas Nykryn2016-11-151-0/+6
| | | | Resolves: RHBZ #1320366
* ipcalc: detect invalid maskLukas Nykryn2016-11-101-0/+7
| | | | Resolves: RHBZ #1377986
* 9.03.54initscripts-9.03.54-1David Kaspar [Dee'Kej]2016-11-071-1/+8
|
* Revert of "ifup-aliases: do not fail when only ipv6 addr is specified"David Kaspar [Dee'Kej]2016-11-071-5/+0
| | | | | This reverts commit 1cd4606a6de43fb9914f7099db2e30e3e2932dc0. For more info see: https://bugzilla.redhat.com/show_bug.cgi?id=1340169#c8
* netconsole: resolve domain name via 'getent' instead of 'hosts'David Kaspar [Dee'Kej]2016-11-011-3/+20
| | | | Resolves: RHBZ #1278519
* ifup-aliases: don't return with error when arping failsLukas Nykryn2016-11-011-6/+9
| | | | Resolves: RHBZ #1275550
* ifup-aliases: do not fail when only ipv6 addr is specifiedLukas Nykryn2016-10-271-0/+5
| | | | Resolves: RHBZ - #1340169
* Support boolean values in is_true() & is_false() functionsDavid Kaspar [Dee'Kej]2016-10-271-2/+2
|
* ifdown-eth: we need to flush global scope as well but it is stuck some timeLukas Nykryn2016-06-301-1/+4
|
* spec: we need newer lvmLukas Nykryn2016-06-131-1/+1
| | | | Reolves: #1331684
* 9.03.53initscripts-9.03.53-1Lukas Nykryn2016-04-121-1/+4
|
* functions: parse -d firstLukas Nykryn2016-04-121-1/+2
|
* 9.03.52initscripts-9.03.52-1Lukas Nykryn2016-04-111-1/+4
|
* functions: fix ignored delay in killprocLukas Nykryn2016-04-111-1/+6
|
* 9.03.51initscripts-9.03.51-1Lukas Nykryn2016-02-231-1/+4
|
* netfs: only unmount loopback device mounted on top of netdev or with ↵Lukas Nykryn2016-02-032-20/+64
| | | | back-file on netdev
* init.d/functions: fix a possible race between checking file and reading itLukas Nykryn2016-02-011-2/+2
|
* 9.03.50initscripts-9.03.50-1Lukas Nykryn2016-01-191-1/+27
|
* functions: improve killing loopsLukas Nykryn2016-01-191-57/+76
| | | | Resolves: #1284724
* netfs: tweak nfs umountLukas Nykryn2016-01-192-58/+75
| | | | | | | | We want to run one round of regular umount before we will look for open descriptors. In the case that there are some stale mounts, without any open file descriptors on them we will avoid blocking stat call later. Resolves: #1296900
* sysctl.conf: mention sysctl -aLukas Nykryn2016-01-146-0/+12
| | | | Resolves: #1243508
* sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRALukas Nykryn2016-01-061-0/+2
| | | | Resolves: #1119055
* spec: require plymouthLukas Nykryn2016-01-061-0/+1
| | | | Resolves: #1166892
* fix mangled sysconfig/init.s390Lukas Nykryn2016-01-051-3/+0
| | | | Resolves: #1291907
* rc.sysinit: don't perform fsck twice with /.autorelabelLukas Nykryn2016-01-051-0/+3
| | | | Reesolves: #1236062
* ifdown-eth: fix comparisonLukas Nykryn2016-01-051-1/+1
| | | | Resolves: #1292875
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-01-052-4/+6
| | | | Resolves: #1099026
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-12-152-2/+4
|
* spec: add sysctl.d dirLukas Nykryn2015-12-152-0/+2
| | | | Resolves: #1084881
* rc.sysinit: fix typo in fsLukas Nykryn2015-12-151-1/+1
| | | | Resolves: #1291498
* rename_devices: comments need to have a blank before themLukas Nykryn2015-10-271-6/+13
| | | | | Cherry-picked from: 65901ce5f29f9ec45339c3474a360d9bbcee6bac Resolves: #1220924
* rename_device: remove comments and trailing whitespacesLukas Nykryn2015-10-271-0/+8
| | | | | Cherry-picked from: 4632b2f3c067461ba7ab815affcca9ff7e3bf12c Resolves: #1220924
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-10-271-1/+1
| | | | | Cherry-picked from: 8fd278b052b0e4882887c393a102dd453803b477 Resolves: #1263700
* clarify daemon() usage messageFilip Krska2015-10-271-2/+2
| | | | Resolves: #1212751
* ifdown: clean ipv4 localhost addressesLukas Nykryn2015-10-271-7/+7
| | | | Resolves: #1266861
* ifup-post: check resolve.conf also with DNS2Lukas Nykryn2015-10-271-1/+8
| | | | Resolves: #1115573
* ifup: add missing quotesLukas Nykryn2015-10-271-1/+1
| | | | Resolves: #1215166
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-10-271-1/+3
| | | | Resolves: #1275543