aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* network: Treat other tunnel interfaces, fixes ifdown stageRodrigo Freire2016-03-081-2/+2
| | | | | | | | | | 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>
* autorelabel: call dracut-initramfs-restore before forced rebootMichal Sekletar2016-02-011-0/+1
|
* sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRALukas Nykryn2016-01-061-0/+2
|
* ifdown-eth: fix comparisonLukas Nykryn2015-12-251-1/+1
|
* 9.65-1initscripts-9.65-1Lukas Nykryn2015-12-071-1/+11
|
* init.d/functions: end with 0Lukas Nykryn2015-11-091-0/+1
|
* fedora-loadmodules: we don't have readahead anymoreLukas Nykryn2015-11-091-1/+0
|
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-273-4/+4
|
* ifup-wireless: fix calling of phy_wireless_deviceLukas Nykryn2015-10-161-1/+4
|
* ifdown: clean ipv4 localhost addressesLukas Nykryn2015-10-151-7/+7
|
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-09-161-1/+3
|
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-112-1/+15
| | | | | | When daemon abnormally dies systemd leaves it in active state. This is due to support of initscripts like network. We can guess if it is a daemon or not.
* init.d/functions: reload systemd if it can't see an initscriptLukas Nykryn2015-08-261-0/+4
| | | | | | | | In good old times it was enough to drop initscript to /etc/rc.d/init.d and call service start. Now you need to reload systemd before. For compatibility purposes we should check if systemd knows about the initscript and if not call systemctl daemon-reload automatically.
* 9.64-1initscripts-9.64-1Lukas Nykryn2015-08-061-1/+8
|
* network-functions: fix wireless detectionLukas Nykryn2015-08-061-1/+1
|
* fedora-readonly: use --make-slave with --bind mountsLukas Nykryn2015-07-012-3/+8
|
* import-state: don't run restorecon when it does not existLukas Nykryn2015-06-231-1/+1
|
* network: modem type interfaces should explicitly start after and stop before ↵Lukas Nykryn2015-05-251-2/+2
| | | | common interfaces
* ifup-post: should be interpreted in bashLukas Nykryn2015-05-251-1/+1
|
* 9.63-1initscripts-9.63-1Lukas Nykryn2015-05-181-1/+11
|
* remove ipcalc, it has its own package nowLukas Nykryn2015-05-185-682/+2
| | | | | new upstream: https://github.com/nmav/ipcalc
* network: tell NM to reload its configuration during startLukas Nykryn2015-05-111-0/+5
|
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-05-071-1/+1
|
* sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernelLukas Nykryn2015-05-061-6/+0
|
* ifup: don't call NM for loopbackLukas Nykryn2015-05-061-1/+1
|
* clarify daemon() usage messageFilip Krska2015-05-041-2/+2
|
* rename_device: allow non-channel nics for s390x machinesLukas Nykryn2015-05-041-0/+9
|
* ifup: add missing quotesLukas Nykryn2015-04-241-1/+1
|
* 9.62-1initscripts-9.62-1Lukas Nykryn2015-04-091-1/+9
|
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-04-091-4/+4
|
* ifup-aliases: don't return with error when arping failsLukas Nykryn2015-04-051-1/+2
|
* init.d/functions: rc.debug option to debug initscriptsLukas Nykryn2015-02-271-0/+3
|
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2015-02-271-1/+2
|
* network: report that we can't shut down network for root on netfsLukas Nykryn2015-02-271-3/+2
|
* ifdown-eth: use scope host for loLeon Kos2015-02-041-2/+7
|
* 9.61-1initscripts-9.61-1Lukas Nykryn2015-01-261-5/+13
|
* specfile cleanupLukas Nykryn2015-01-261-96/+86
|
* ifup-ipv6: set accept_ra to 2 when IPV6FORWARDING=yes and IPV6_AUTOCONF=yesLukas Nykryn2015-01-191-1/+5
|
* ifup-post: check resolve.conf also with DNS2Lukas Nykryn2015-01-161-1/+8
|
* ifup-aliases: do not fail when only ipv6 addr is specifiedLukas Nykryn2015-01-151-0/+5
|
* fedora-import-state.service: run a little bit laterLukas Nykryn2015-01-131-2/+2
|
* fedora-readonly: Updates for systemd random-seed handlingColin Guthrie2015-01-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since: commit ef5bfcf668e6029faa78534dfeb2591df854cdef Author: Lennart Poettering <lennart@poettering.net> Date: Tue Sep 17 17:28:35 2013 -0500 backlight,random-seed: move state files into /var/lib/systemd Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. the location for the random-seed file has changed. Since: commit c35b956d34bbb8bb208e49e45de2c103ca11911c Author: Lennart Poettering <lennart@poettering.net> Date: Wed May 15 22:38:51 2013 +0200 units: rework systemd-random-seed-{load,save}.service to be a single service That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit. the service has just been called systemd-random-seed.service
* network-functions: is_available_wait should wait even in the case that ↵Lukas Nykryn2015-01-121-4/+2
| | | | is_available returns 2
* ifdown-post: remove resolv.conf only in specific casesLukas Nykryn2015-01-081-1/+2
|
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-01-021-1/+1
|
* 9.60-1initscripts-9.60-1Lukas Nykryn2014-12-161-1/+7
|
* ifdown-ipv6: reset addrgenmode to eui64 for deviceLukas Nykryn2014-12-161-0/+1
|
* ifup: fix typoLukas Nykryn2014-12-161-1/+1
|
* network-functions: reeplace iwconfig with iwValdis Kletnieks2014-12-101-2/+2
|
* improve_check_for_bond_master_in_install_bonding_driverAshish Samant2014-12-081-2/+14
| | | | | | | | | | | | | | | | | | The current grep check (fgrep -sqx) in install_bonding_driver, to determine whether bond master exists, fails when there are multiple bond masters. The fix assumes that multiple bond masters are on different lines in the file "/sys/class/net/bonding_masters", while they are in fact on the same line. Since fgrep -sqx checks for the entire line,it will never match any one bond master within the line and always fail if there are multiple bonds. This patch improves the check by creating a new function, bond_master_exists() to handle this and other conditions. Orabug: 19897586 Signed-off-by: Ashish Samant <ashish.samant@oracle.com> Signed-off-by: John Haxby <john.haxby@oracle.com> Acked-by: Mukesh Kacker <mukesh.kacker@oracle.com>