aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* only remove the IP address for the !DHCP caseBill Nottingham2001-07-171-1/+2
|
* fix ifup/ifdownBill Nottingham2001-07-172-2/+2
|
* * fixed country_codeThan Ngo2001-07-171-1/+7
|
* fix do_netreport to work for the non-root caseBill Nottingham2001-07-161-1/+6
|
* remove ip address on ifdownBill Nottingham2001-07-161-1/+1
|
* added a small howto to the head of the S390 filesKarsten Hopp2001-07-162-4/+26
|
* better check for MII.Preston Brown2001-07-131-2/+6
|
* move looking for config files into network-functions (#48741)Bill Nottingham2001-07-113-7/+13
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-118-376/+1263
|
* fix typoBill Nottingham2001-07-081-1/+1
|
* fix the non-xDSL case (#47263)Bill Nottingham2001-07-061-1/+1
|
* Reenable pump, but make dhcpcd is the default. This makes updates of systemsr5-97Trond Eivind Glomsrod2001-07-021-0/+6
| | | | without dhcpcd installed easier.
* run more stuff with C locale, mark some more strings for translationBill Nottingham2001-06-294-14/+14
|
* Remove pump usager5-96Trond Eivind Glomsrod2001-06-281-6/+0
|
* switch order in ifdown tooBill Nottingham2001-06-281-4/+4
|
* Use dhcpcd first, pump secondTrond Eivind Glomsrod2001-06-281-2/+2
|
* - fix pap/chap authentication for syncpppThan Ngo2001-06-271-2/+7
| | | | - support ippp options
* don't set multicast routesBill Nottingham2001-06-261-6/+0
|
* fix is_wireless, againr5-93Bill Nottingham2001-06-251-4/+2
|
* fix setting of MTU and other random variablesBill Nottingham2001-06-221-3/+8
|
* remove broadcast unreachable route; breaks DHCP clientsBill Nottingham2001-06-221-2/+1
|
* * add support xDSLr5-92Than Ngo2001-06-222-3/+19
|
* fix iwconfig return code return, and switch check_link_down returns to make ↵Bill Nottingham2001-06-211-5/+5
| | | | ifup work (#45364)
* - add support isdnThan Ngo2001-06-212-0/+316
|
* - fix testing for link so that modules will actually get loadedBill Nottingham2001-06-203-10/+22
| | | | | | | | | - 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-012-1/+19
|
* fix static routes (#29500)Bill Nottingham2001-05-231-1/+1
|
* fix kill || rm behavior in do_netreportBill Nottingham2001-05-171-2/+1
|
* update specPreston Brown2001-05-111-9/+0
|
* port to ip from ifconfig; add ifup-wireless supportPreston Brown2001-05-111-33/+92
|
* configure wireless functionalityPreston Brown2001-05-111-0/+82
|
* look in /etc/sysconfig/networking not /etc/sysconfigPreston Brown2001-05-111-1/+2
|
* gone. We don't support IPX anymorePreston Brown2001-05-111-44/+0
|
* port to ip commandPreston Brown2001-05-111-7/+29
|
* add_default_route now takes a device as an argumentPreston Brown2001-05-111-1/+1
|
* switch from ifconfig to ip command.Preston Brown2001-05-111-4/+4
|
* further s390 changesFlorian La Roche2001-04-251-0/+36
|
* attempt to avoid netreport killing too many random processes (#34933)Bill Nottingham2001-04-061-3/+5
|
* use 'route -n' when grepping; avoid DNSBill Nottingham2001-03-141-3/+3
|
* - fix typo in rc.sysinitNalin Dahyabhai2001-03-131-0/+2
| | | | - fix ifup-routes not setting DEVICE properly
* fix typo (#31627)Bill Nottingham2001-03-131-1/+1
|
* make sure ipv6 is loaded if neededBill Nottingham2001-03-132-2/+8
|
* add ifdown-pre-local (#10936)Bill Nottingham2001-03-121-0/+4
|
* get rid of error message if ${GATEWAY} isn't setBill Nottingham2001-03-121-1/+1
|
* clean up testing gateway slightlyBill Nottingham2001-03-061-2/+2
|
* some more ipv6 updates (#30506)Bill Nottingham2001-03-051-63/+215
|
* - don't attempt to work around broken linuxconf routes, simplifyBill Nottingham2001-03-051-7/+3
| | | | | (and make consistent) adding of static routes, and make it work again for aliases (#29500, #29549)
* source /etc/sysconfig/network (#30595)Bill Nottingham2001-03-051-0/+2
|
* run ifconfig in locale CBill Nottingham2001-02-281-9/+9
|
* let ppp-watch watch over demand-dialed connections, remove a redundant ↵Nalin Dahyabhai2001-02-281-9/+1
| | | | nodetach (synonymous with -detach)