aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/network
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-16/+8
|
* support VLAN_PLUS_VID_NO_PAD devices (#222975, #223011)Bill Nottingham2007-01-171-2/+2
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* simpify (based on a prodding from <oblin@mandriva.com>)Bill Nottingham2006-08-251-1/+1
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-5/+4
|
* don't bring down the network if root is on nfs / _netdevBill Nottingham2006-07-111-1/+9
|
* Add NETWORKDELAY and LINKDELAY (#176851)Miloslav Trmac2006-04-181-0/+2
|
* Add support for DHCP on bridges (#125259, original patch by Anders KaseorgMiloslav Trmac2006-03-271-10/+7
| | | | | | | | | | | <anders@kaseorg.com>): - rc.d/init.d/network: Initialize bridges after bridged interfaces, deinitialize them before bridged interfaces - sysconfig/network-scripts/ifdown-eth: Destroy bridges lazily when the last bridged interface is stopped - sysconfig/network-scripts/ifup-eth: * Handle bridges before checking for module presence or wireless devices * Add bridges lazily when the first bridged interface is started
* Minor cleanups (#173574):Miloslav Trmac2006-03-191-23/+6
| | | | | - Don't duplicate unset - Remove two (eval `grep ...`) instances
* Ignore alias range files (#150336)Miloslav Trmac2006-02-031-1/+2
|
* udev now loads modules - use that, remove the kmodule stuffBill Nottingham2005-12-211-6/+0
| | | | don't set hotplug, it can't possibly work
* I'm going to go out on a limb and say that /proc/mounts *doesn't* haveBill Nottingham2005-04-271-3/+3
| | | | comments.
* optimize some (#138557, <drepper@redhat.com>)Bill Nottingham2005-04-151-5/+6
|
* silence sysctl some moreBill Nottingham2005-04-151-2/+2
|
* handle alternate VLAN naming schemes (#115001)Bill Nottingham2005-03-301-1/+2
|
* shut up sysctl (#144483)Bill Nottingham2005-01-071-2/+2
|
* fix firmware uploading on boot (#137263)Bill Nottingham2004-11-041-1/+1
|
* fix overzealousness with -range aliases (#65415)Bill Nottingham2004-09-271-1/+1
|
* fix nfs unmounting (#129765)Bill Nottingham2004-08-121-1/+1
|
* don't bring interfaces down twice (#127487)Bill Nottingham2004-07-271-1/+3
|
* vlan fixes (#107504, <hrunting@texas.net>)Bill Nottingham2004-06-071-2/+16
|
* fix bridging confusing module order (#122848, <luto@myrealbox.com>)Bill Nottingham2004-05-211-0/+1
|
* remove ipv6 bogosity (#114128)Bill Nottingham2004-04-211-8/+0
|
* clear out environment (#113937, #111584)Bill Nottingham2004-01-281-0/+9
|
* fix xDSL and other interfaces (#109601)Bill Nottingham2003-11-101-8/+8
|
* bridging support (<dwmw2@redhat.com>)Bill Nottingham2003-09-091-6/+15
|