aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* functions: remote tabs and fix spacingDavide Cavalca2016-10-121-430/+435
|
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-1219-779/+782
|
* [2/3] Remove tabs and fix spacing: network-functionsPhil Dibowitz2016-10-121-284/+289
|
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-124-1151/+1149
| | | | | | | | | | | | | | | | | The network-scripts are a mix of tabs and spaces (!!) as well as completely inconsistent indentation (some 2, some 4). This is a series of 3 patches to move the entire of network-scripts to 2-space indentation for consistency so I can develop on the codebase without my brain bleeding. I don't feel strongly about 2 vs 4... 2 was just most common in the first file I picked, so I used that. This set is in 3 sets for easier reviewing and easier reverting if necessary: * 1/3 - ipv6 files * 2/3 - network-functions - it needed it's own * 3/3 - ifup/ifdown files
* service: also mangle the name of unit in echoLeos Pol2016-10-101-1/+1
|
* Allow someone to keep accept_ra on while using static addresses.Phil Dibowitz2016-10-101-1/+3
| | | | | | | It's reasonable (and common) to assign static addresses while still wanting to get your default gw from your router. The assumption that not wanting SLAAC means not wanting RA is flawed, but I don't want to break backwards compatability, so I'm adding an additional option.
* Provide a mechanism to prevent network-scripts from messing with sysctlsPhil Dibowitz2016-10-103-33/+42
| | | | | | | | | | | network-scripts makes odd assumptions, like if I don't want SLAAC (i.e. if I turn off AUTOCONF) that I also don't want RA. This is not true, it's common to have a static local address, but to get my gateway through RA. This is one solution. I will also be sending a more specific solution to enable the above directly, but having a way to tell network-scripts to not mess with systctls seems generally useful.
* functions: more reliable systemd detection logicDavide Cavalca2016-10-061-1/+1
|
* network: unset NM_CONTROLLEDLukas Nykryn2016-09-121-1/+1
|
* 9.69-1initscripts-9.69-1David Kaspar [Dee'Kej]2016-08-301-1/+4
|
* fedora-import-state: do not try to create folder with empty nameDavid Kaspar [Dee'Kej]2016-08-301-1/+1
| | | | Resolves: #1370259
* 9.68-1initscripts-9.68-1David Kaspar [Dee'Kej]2016-08-091-1/+5
|
* Skip modifying of existing folders in systemd/fedora-import-state scriptDavid Kaspar [Dee'Kej]2016-08-091-3/+31
| | | | Resolves: #1347436
* functions: systemctl show now returns an error when unit does not existLukas Nykryn2016-08-021-1/+2
|
* 9.67-1initscripts-9.67-1Lukas Nykryn2016-07-191-1/+13
|
* import-state: restore also sensitivity part of SELinux contextLukas Vrabec2016-07-151-1/+1
|
* network: run after network-pre.targetLukas Nykryn2016-07-131-1/+1
| | | | see man systemd.special
* ifup-eth: fix setting preferred_lft and valid_lftLukas Nykryn2016-06-231-1/+1
|
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-162-2/+2
| | | | Resolves: #1336869
* source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=noThomas Haller2016-06-131-4/+6
|
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-132-0/+23
|
* rwtab: /var/lib/nfs needs to copy the filesLukas Nykryn2016-06-021-1/+1
|
* functions: improve killing loopsLukas Nykryn2016-06-021-25/+73
|
* ifup: set valid_lft and preferred_lft to forever for static ipBlake Caldwell2016-05-301-0/+3
|
* service: use systemd mangle for given serviceLukas Nykryn2016-05-271-1/+2
|
* 9.66-1initscripts-9.66-1Lukas Nykryn2016-04-251-1/+10
|
* remove autorelabel stuffLukas Nykryn2016-04-253-75/+0
|
* autorelabel: turn quota off before relabelingLukas Nykryn2016-03-141-0/+1
|
* 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
|