aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
Commit message (Collapse)AuthorAgeFilesLines
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-8/+14
| | | | | | | | | * ifup-ppp, network-functions: Save all default routes, lose no data. * network-functions: - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not the default route - (add_default_route): Don't use configuration for the device that is being brought down; document function purpose and bugs.
* don't hang if we try to rename a device that's already upBill Nottingham2006-03-171-0/+1
|
* silence!r8-30Bill Nottingham2006-02-281-2/+2
|
* array variables are bad. use $IFS with '/', as that is illegal inBill Nottingham2006-02-281-10/+18
| | | | net device names. coalesce some things into a function.
* Fix potentials for endless loops when you have multiple devicesBill Nottingham2006-02-281-6/+10
| | | | | | | | that claim to have the same hardware address. (#177792, #182466) This happens most with hostap_cs and similar wireless drivers that have ethX/wlanX *and* wifiX. Do this by ignoring ieee802.11 links. Also, use /sbin/ip, not nameif - it gets confused in these cases as well.
* don't cause the module to get reloaded on ifdown if it's not loadedBill Nottingham2006-02-281-2/+2
| | | | (#179809)
* fix loop when change_resolve_conf is supplied the same DNS addressBill Nottingham2006-02-101-0/+1
| | | | multiple times (Michael Reinsch, via <oblin@mandriva.com>)
* remove references to /usr/X11R6/bin (#177938)Bill Nottingham2006-01-311-1/+1
|
* get hwaddrs from sysfs as opposed to ip | sed, etc.Bill Nottingham2006-01-201-2/+8
|
* udev now loads modules - use that, remove the kmodule stuffBill Nottingham2005-12-211-4/+0
| | | | don't set hotplug, it can't possibly work
* fixed typo bugThan Ngo2005-09-271-1/+1
|
* deal with broken networks better (#168947)Bill Nottingham2005-09-221-5/+7
|
* throw out nameif error messagesBill Nottingham2005-09-211-2/+2
|
* fix grep to always match the full hwaddr, as opposed to matching '0'Bill Nottingham2005-05-101-2/+7
| | | | | | against '00:AA:BB:CC:DD:EE'. Take into account lines that end with spaces, or with "# this is a comment", too. Also, put the grep in only one place instead of 3. Fixes #157252, #153669.
* don't error out if hotplug doesn't exist (#140008)Bill Nottingham2005-04-151-3/+3
|
* woopsBill Nottingham2005-03-031-26/+0
|
* ipv6 cleanups (<pb@bieringer.de>)Bill Nottingham2005-03-031-0/+26
|
* unbreak the "cleanup"Bill Nottingham2005-02-011-1/+1
|
* fix various fgreps to not catch commented lines (#136531, expanded from ↵Bill Nottingham2005-01-121-2/+2
| | | | <cww@redhat.com>)
* return the result of the operation, not the result of nscdBill Nottingham2005-01-071-1/+0
|
* remove initlog, minilogdBill Nottingham2004-12-221-1/+1
|
* - configure the CTC protocol if CTCPROT is set (mainframe)r7-97Karsten Hopp2004-11-151-0/+3
|
* fix check_link_down to still check negotiation if link is listed as "up" on ↵Bill Nottingham2004-11-151-16/+16
| | | | entering (#110164, <dbaron@dbaron.org>
* - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)r7-96Karsten Hopp2004-11-111-0/+5
|
* - some optims/cleanups, details in initscripts.specr7-94Florian La Roche2004-10-311-4/+3
|
* - remove check for SYSDIR/portname, this file isn't available withr7-90Karsten Hopp2004-10-081-1/+1
| | | | LCS devices.
* shell quoting will EAT YOUR BRANEBill Nottingham2004-09-271-1/+1
|
* be more liberal in what we accept for link types (#90602, #127984)Bill Nottingham2004-09-271-1/+1
|
* fix shell quotingBill Nottingham2004-09-231-1/+1
|
* fix handling of nonexistent devices (#132839)Bill Nottingham2004-09-171-0/+3
|
* - qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces,Karsten Hopp2004-09-011-13/+3
| | | | | | too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
* - esconX interfaces are gone, they are now called ctcX and configured the ↵Karsten Hopp2004-09-011-7/+1
| | | | same as ctc interfaces
* LCS devices use portno instead if portnamer7-74Karsten Hopp2004-08-301-2/+7
|
* fix firmware loading (#129155, <bnocera@redhat.com>)Bill Nottingham2004-08-251-1/+1
|
* fix resolv.conf merge if pre-existing resolv.conf nonexistent or emptyr7-67Jason Vas Dias2004-08-231-2/+6
|
* remove unneeded lineBill Nottingham2004-08-201-1/+0
|
* Fix for 125712: preserve options in resolv.confJason Vas Dias2004-08-201-5/+13
|
* fix up resolv.conf munging (#129921)Bill Nottingham2004-08-191-7/+5
|
* /sbin/nscd -> /usr/sbin/nscdJason Vas Dias2004-08-021-1/+1
|
* fix for bug 125712: added change_resolv_conf function to network-functions; ↵Jason Vas Dias2004-07-301-1/+2
| | | | made ipup-post and ipdown-post invoke it
* fix for bug 125712: added change_resolv_conf function to network-functions; ↵Jason Vas Dias2004-07-301-1/+1
| | | | made ipup-post and ipdown-post invoke it
* fix for bug 125712: added change_resolv_conf function to network-functions; ↵Jason Vas Dias2004-07-301-1/+34
| | | | made ipup-post and ipdown-post invoke it
* revertBill Nottingham2004-07-301-35/+1
|
* fix for bug 125712: added change_resolv_conf function to network-functions; ↵Jason Vas Dias2004-07-301-1/+35
| | | | made ipup-post and ipdown-post invoke it
* set devicetype for xDSL (#126194)Bill Nottingham2004-06-291-0/+3
|
* -special TYPE for qeth devices to differenciate them from ethXr7-56Karsten Hopp2004-05-251-1/+5
|
* - add support for mainframe ccwgroup devices (QETH/HSI/CTC/LCS)Karsten Hopp2004-05-181-0/+28
|
* handle multiple spaces correctly (#118583, <pallas@kadan.cz>)Bill Nottingham2004-05-041-1/+1
|
* make sure hotplug doesn't get stuck unset (#116666, <aoliva@redhat.com>)Bill Nottingham2004-03-171-1/+4
|
* handlie 2.6-style install lines correctlyBill Nottingham2004-01-281-2/+2
|