aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cleanup the test a littleBill Nottingham2003-12-111-2/+2
|
* get rid of error messageBill Nottingham2003-12-111-2/+2
|
* fix typo (#107533)r7-38Bill Nottingham2003-10-201-1/+1
|
* always call 'ip link set *dev* ${DEVICE}', to avoid confusion withBill Nottingham2003-09-111-2/+2
| | | | other ip parameters (#104187)
* disable hotplug when loading modules (#98611)Bill Nottingham2003-09-031-0/+3
|
* fix ethernet device renaming deadlock (yay recursion!) (#101566)Bill Nottingham2003-08-081-1/+29
|
* fix itBill Nottingham2003-07-091-2/+2
|
* keys-, not .keysBill Nottingham2003-07-091-2/+2
|
* map ipsec devices to ifup-ipsecBill Nottingham2003-07-021-0/+3
|
* read $CONFIG.keys too... you can put non-world-readable keys here.Bill Nottingham2003-06-301-0/+2
|
* allow default window size for routes to be set with WINDOW=... (#98112)Bill Nottingham2003-06-271-3/+3
|
* what's an escon?Bill Nottingham2003-06-261-0/+3
|
* more tweaksBill Nottingham2003-06-241-1/+24
| | | | | | | - encapsulate grabing the hw addr into its own function - normalize case of all hwaddrs - if we are passed a device with no config, see if there's a config for that hwaddr
* support randomly named network devices, part 1Bill Nottingham2003-06-241-1/+37
| | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases
* - make usernetctl use the nickname instead of the device nameBill Nottingham2003-05-281-7/+2
| | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>)
* fix nicknames with profiles (#82246)Bill Nottingham2003-02-111-3/+8
| | | | | | - source 'network' file in ifdown, so we get the current profile - change need_config to look in the various profile directories - pass device to usernetctl, as that's what's linked where usernetctl looks
* fix check_device_down (#83780, <pzb@datastacks.com>)Bill Nottingham2003-02-091-2/+5
|
* check for device after loading module (#75506)Bill Nottingham2003-01-141-1/+2
|
* fix link check. use both ethtool and mii-tool.Bill Nottingham2003-01-141-14/+25
|
* more rhgb tweaksBill Nottingham2002-12-171-3/+9
| | | | have a loop for checking link state instead of a static 'sleep 5'
* actually pass the device name to the first mii-tool call (#72016,#68127)Bill Nottingham2002-08-211-1/+1
|
* sleep 5 seconds, not 2Bill Nottingham2002-08-141-1/+1
|
* - do not export GATEWAY in network-functionsFlorian La Roche2002-07-101-11/+6
| | | | - code cleanups
* * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>Florian La Roche2002-07-101-1/+1
| | | | | | | - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route()
* - consistent shell programmingFlorian La Roche2002-07-051-40/+32
| | | | - small speed improvements, e.g. need_hostname()
* switch this back; we don't want to report non-existent aliases as upBill Nottingham2002-06-271-8/+11
|