aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/network
Commit message (Collapse)AuthorAgeFilesLines
* network: don't put down network when /usr is remote-fsLukas Nykryn2016-11-011-6/+3
| | | | | | | | | Nowadays /usr is a essential part of system and if it is on network, we need to unmount it in shutdown dracut. Also parsing /etc/mtab does not work anymore. Fixes: rhbz#1369790
* network: remove tabs and fix spacingDavide Cavalca2016-10-121-202/+202
|
* network: unset NM_CONTROLLEDLukas Nykryn2016-09-121-1/+1
|
* network: run after network-pre.targetLukas Nykryn2016-07-131-1/+1
| | | | see man systemd.special
* 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>
* network: modem type interfaces should explicitly start after and stop before ↵Lukas Nykryn2015-05-251-2/+2
| | | | common interfaces
* network: tell NM to reload its configuration during startLukas Nykryn2015-05-111-0/+5
|
* network: report that we can't shut down network for root on netfsLukas Nykryn2015-02-271-3/+2
|
* network: tell nm to wake the slavesLukas Nykryn2014-07-241-1/+2
|
* network: detect if / is on netfsLukas Nykryn2014-04-011-0/+2
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-111-1/+1
|
* Delete IPX support.Bill Nottingham2014-01-151-20/+0
| | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx
* don't care about network filesystemsLukas Nykryn2013-07-261-9/+0
|
* Clear DEVICE and TYPE variables before every iteration (#902463)Václav Pavlín2013-01-221-2/+1
|
* Clear DEVICE and TYPE variables after using them in cycle (#902463)Václav Pavlín2013-01-221-0/+2
|
* Drop more unused functions, and drop old s-c-n profile support directories.Bill Nottingham2012-08-061-10/+0
| | | | The profile support itself was removed a while ago.
* Tweak wording.Bill Nottingham2012-04-231-1/+1
|
* Drop net-tools requirement; check for /sbin/route before calling legacy ↵Bill Nottingham2012-04-201-3/+7
| | | | static-route support. (#682308)
* Make sure there's no headings in the findmnt output.Bill Nottingham2012-03-091-1/+1
|
* Add cifs to check for network filesystem (#760018).Bill Nottingham2011-12-141-4/+2
| | | | Use findmnt to simplify the code.
* Be less picky about ifcfg file names. (#742276)Bill Nottingham2011-09-301-2/+2
|
* VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)Bill Nottingham2011-05-121-4/+4
|
* Use LC_ALL=C when calling sed. ↵Bill Nottingham2011-05-101-3/+3
| | | | (https://bugs.mageia.org/show_bug.cgi?id=1216, via <sander.lepik@eesti.ee>)
* Use net_log where appropriate.Bill Nottingham2011-03-251-1/+1
|
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ↵Bill Nottingham2011-02-281-2/+2
| | | | (#593211, continued)
* add # as a valid character in network device namesMatt Domsch2010-12-171-1/+1
|
* Remove extraneous newline.Bill Nottingham2010-05-201-1/+0
|
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-131-7/+1
|
* Only blacklist the original loopback interface. (#579816, <evgsyr@gmail.com>)Bill Nottingham2010-04-061-1/+2
|
* Don't quote regex argument to bash's =~.Ville Skyttä2010-01-251-1/+1
|
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-1/+1
|
* Get rid of uses of deprecated egrep and fgrep.Ville Skyttä2010-01-121-7/+7
|
* Simplify various string match constructs.Ville Skyttä2010-01-071-1/+1
|
* We don't echo when we *set* forwarding; there's no reason to echo when we ↵Bill Nottingham2010-01-061-7/+1
| | | | disable it either. (#552653)
* ip_always_defrag was removed in the *2.4* kernel.Bill Nottingham2010-01-061-5/+0
| | | | I think we can safely remove this code.
* Keep error codes limited to '1'. (#537841)Bill Nottingham2009-11-171-3/+3
|
* More random return code fixes.Bill Nottingham2009-09-291-1/+2
|
* Various initscript guideline fixes. (#524489)Bill Nottingham2009-09-211-3/+5
|
* Don't call a function that doesn't actually do anything.Bill Nottingham2009-08-211-5/+0
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-6/+6
| | | | Adapted from <victor.lowther@gmail.com>.
* Use a leading path marker when sourcing files. (#482826)Bill Nottingham2009-01-281-1/+1
| | | | bash 4 breaks the prior code.
* Bring up ipsec interfaces last. (#481733)Bill Nottingham2009-01-271-8/+16
|
* Return success/failure correctly from start/stop. (#480677)Bill Nottingham2009-01-201-1/+7
|
* Tweak return codes (#242912)Bill Nottingham2008-11-261-2/+2
| | | | We'll see what breaks.
* Add some LSB description stuff. (#225900)Bill Nottingham2008-09-301-0/+2
|
* https://bugzilla.redhat.com/show_bug.cgi?id=433702Harald Hoyer2008-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to init scripts to better support stateless: --rc.sysinit-- - don't update mtab in a r/o root - mount on sys and /dev/pts returns EBUSY on a readonly root - [ -n $CLIENTSTATE ] is always returning true, causing an unnecessary timeout --network-- - /etc/mtab may not have any mount information in the readonly-root cause, but the root mount is likely to be a network mount. Without this, nfs hangs the reboot process. --halt-- - don't try and update a read-only mtab --rwtab-- - /var/empty/sshd/etc/localtime needs to be overwritten by sshd at startup - /var/lib/random-seed is written to at shutdown; this fixes the error but doesn't return the functionality lost in a r/o /var/lib.
* Disable by default in favor of NetworkManager.Bill Nottingham2008-03-101-1/+1
|
* Skip network shutdown if there is a '_rnetdev' root device (part of #435358, ↵Bill Nottingham2008-03-031-1/+1
| | | | <pjones@redhat.com>)
* more fixes (#220087)Bill Nottingham2007-09-251-1/+1
|
* add Should-Start for firewall servicesBill Nottingham2007-09-191-0/+1
|