aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
...
* typo.Preston Brown2000-06-081-1/+1
|
* use dhcpcd if pump fails.Preston Brown2000-06-081-2/+7
|
* don't add host routes for local interfacesBill Nottingham2000-06-011-2/+0
|
* don't add unnecessary host routesBill Nottingham2000-03-311-1/+1
|
* allow for setting of MTU for a deviceBill Nottingham2000-03-201-2/+2
|
* honor NEEDHOSTNAME flag for pump as wellBill Nottingham2000-03-201-0/+3
|
* set hostname only on bootBill Nottingham2000-01-311-1/+1
|
* revertBill Nottingham2000-01-311-6/+5
|
* bring down *all* interfaces on network stopr4-85Bill Nottingham2000-01-311-5/+6
|
* fix logic of boot-time interfaces somewhatBill Nottingham2000-01-311-1/+1
|
* fix ifup-ipx (#8407)Bill Nottingham2000-01-131-0/+2
|
* this makes more senseBill Nottingham1999-11-281-1/+1
|
* don't add default loopback routeBill Nottingham1999-11-241-1/+1
|
* add ARP variable useBill Nottingham1999-11-161-1/+1
|
* add default route but no gateway <hanecak@megaloman.com>Bill Nottingham1999-11-161-3/+5
|
* i before e....Bill Nottingham1999-09-131-1/+1
|
* add explicit 'dev'. Could help in some cases, I suppose.Bill Nottingham1999-09-101-1/+1
|
* make ifdown synchronous modulo timeoutMichael K. Johnson1999-09-081-1/+3
|
* add option to pass hostname with pumpBill Nottingham1999-08-201-1/+5
|
* take out some code that's never run...Bill Nottingham1999-07-261-21/+0
|
* typor4-13Matt Wilson1999-04-181-1/+1
|
* remove 2.0 kernel supportBill Nottingham1999-04-121-1/+1
|
* check for 2.0 kernels before doing some stuffBill Nottingham1999-04-081-1/+1
|
* fix check for non-existent devicesBill Nottingham1999-04-071-2/+2
|
* fix channel bondingBill Nottingham1999-04-011-1/+1
|
* fix test for 2.0/2.2 kernelBill Nottingham1999-03-291-1/+1
|
* set macaddr before bootpBill Nottingham1999-03-191-2/+5
|
* Exit the script if pump fails. Doh.Bill Nottingham1999-03-171-0/+1
|
* add routes to non-local subnets if they aren't already thereBill Nottingham1999-03-151-1/+3
|
* pump actually works nowErik Troan1999-03-101-2/+2
|
* updated for pumpErik Troan1999-03-101-46/+10
|
* fix kernel-2.2 double net routes, remove '-x' from ifdhcpc-doneBill Nottingham1999-02-101-1/+2
|
* bootpc: 2.2 kernels complain about broadcast and netmask on ifup.Jeff Johnson1999-01-251-1/+7
| | | | bootpc: Give slow 10Mbps/100Mbps autodetecting cards a second chance.
* Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions.Jeff Johnson1998-07-071-1/+0
|
* Fix bug track problems (#677, #731, #734, E-mail).Jeff Johnson1998-06-211-5/+3
|
* update to linuxconf 1.11r8 capabilities.Michael K. Johnson1998-05-031-0/+6
| | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters.
* added netmask calculationErik Troan1998-03-221-0/+4
|
* fixed network address calculationsErik Troan1998-03-221-2/+3
|
* look for ipcalc in /bin, not /sbinr3-50Erik Troan1998-03-101-2/+2
|
* 1) added need_hostname and set_hostname functionsErik Troan1998-03-101-2/+4
| | | | 2) changed hostname lookup to use ipcalc
* use ipcalc to calculate netmask and/or broadcast addressErik Troan1998-03-101-0/+8
|
* if bootp fails and there is no fallback IP, take down the deviceErik Troan1998-03-091-0/+1
|
* added check for mktemp failureErik Troan1998-03-091-1/+4
|
* 1) fixed dhcp problemErik Troan1997-10-281-1/+2
| | | | 2) version 3.21
* set hostname from bootp if hostname = (none)Erik Troan1997-10-211-1/+1
|
* Removed pcmcia hacks for releases prior to RH 3.0.3Erik Troan1997-10-061-19/+0
|
* added mktemp supportDonnie Barnes1997-09-231-4/+5
|
* Support alternative device configurations.Michael K. Johnson1997-09-181-1/+3
|
* ifup and ifdown complain if $1 not specified.Michael K. Johnson1997-09-161-7/+21
| | | | | | | The "ifcfg-" part of the device name is now optional for ifup and ifdown. ifdown-ppp kills a pppd's chat session if it is active. Generic part of ifup uses MACADDR variable if present. ifup-ppp honors DEBUG variable, both for pppd (debug) and chat (-v).
* Initial revisionErik Troan1997-09-161-0/+158