aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* handle duplicate default routes better.Preston Brown2002-06-271-0/+1
|
* fix check_device_down logicPreston Brown2002-06-271-23/+19
|
* - set PATH also in /etc/sysconfig/network-scripts/network-functionsFlorian La Roche2002-06-261-0/+4
|
* modprobe interface name, not alias name (#55380)Bill Nottingham2002-01-251-1/+1
|
* make sure su calls bash (#55288)Bill Nottingham2002-01-251-1/+1
|
* added \ on the end of the multiline ifHarald Hoyer2001-11-191-2/+2
|
* need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some ↵Preston Brown2001-09-251-3/+5
| | | | reformatting fixes.
* - fix ISDN dial on demand bugr6-32Than Ngo2001-08-291-1/+1
| | | | - fix typo bug in network-functions
* add is_available() function for network devices; use it. gets rid of ↵Bill Nottingham2001-08-151-0/+16
| | | | horribly ugly modprobe messages
* switch some more things to /sbin/ip; allow adding back of default route for ↵Bill Nottingham2001-08-091-2/+7
| | | | DHCP devices (#48994)
* don't worry about profiles just now. look for alternate config files that ↵Bill Nottingham2001-08-021-14/+2
| | | | contain the correct MAC address for the adapter
* return link up in check_link_down for EINVAL too; in fact, return link up if ↵Bill Nottingham2001-07-281-0/+3
| | | | mii-tool fails for any reason
* - only bring link down if check_link_down failsBill Nottingham2001-07-261-2/+2
| | | | | - add a sleep in check_link_down; some cards take time to negotiate - only expand_config for the static IP case in ifdown
* set link up before checking with mii-tool (#49949)Bill Nottingham2001-07-251-0/+2
|
* do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵Bill Nottingham2001-07-241-0/+19
| | | | ifdown (fixes #49777, #49783)
* fix do_netreport to work for the non-root caseBill Nottingham2001-07-161-1/+6
|
* better check for MII.Preston Brown2001-07-131-2/+6
|
* move looking for config files into network-functions (#48741)Bill Nottingham2001-07-111-0/+10
|
* run more stuff with C locale, mark some more strings for translationBill Nottingham2001-06-291-8/+8
|
* fix is_wireless, againr5-93Bill Nottingham2001-06-251-4/+2
|
* fix iwconfig return code return, and switch check_link_down returns to make ↵Bill Nottingham2001-06-211-5/+5
| | | | ifup work (#45364)
* - fix testing for link so that modules will actually get loadedBill Nottingham2001-06-201-1/+2
| | | | | | | | | - don't use $MACADDR for testing device's MAC address when it's a configuration parameter to change it; use $HWADDR instead. - fix broken ipcalc --prefix calls - re-add ifcfg-lo - fix check_default_route - fix up some of the stdout/stderr redirections
* check link status before trying DHCP/BOOTP.Preston Brown2001-06-011-0/+14
|
* fix kill || rm behavior in do_netreportBill Nottingham2001-05-171-2/+1
|
* port to ip commandPreston Brown2001-05-111-7/+29
|
* attempt to avoid netreport killing too many random processes (#34933)Bill Nottingham2001-04-061-3/+5
|
* handle aliases better in check_device_down (#18687)Bill Nottingham2001-01-291-2/+10
|
* fix ARP handling, allow for setting promiscuous or all-multicast modeBill Nottingham2000-12-121-0/+14
|
* oops, put the LANG=C in the right placeBill Nottingham2000-12-121-1/+1
|
* fix the adding default route if GATEWAY" = "0.0.0.0Than Ngo2000-10-311-1/+5
|
* fix the grep for 'UP' so it doesn't report strange results on german PPP devicesBill Nottingham2000-10-041-1/+1
|
* remove support for /etc/HOSTNAMEBill Nottingham2000-08-071-1/+0
|