Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set link up before checking with mii-tool (#49949) | Bill Nottingham | 2001-07-25 | 1 | -0/+2 |
| | |||||
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵ | Bill Nottingham | 2001-07-24 | 3 | -15/+22 |
| | | | | ifdown (fixes #49777, #49783) | ||||
* | ipv6 update (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-24 | 6 | -164/+167 |
| | |||||
* | - Final profile support with correct reflection of directories and names. | Phil Knirsch | 2001-07-24 | 1 | -9/+0 |
| | |||||
* | remove broken compatibility hack for gateway which results in having two ↵ | Karsten Hopp | 2001-07-19 | 2 | -12/+0 |
| | | | | default gateways | ||||
* | only remove the IP address for the !DHCP case | Bill Nottingham | 2001-07-17 | 1 | -1/+2 |
| | |||||
* | fix ifup/ifdown | Bill Nottingham | 2001-07-17 | 2 | -2/+2 |
| | |||||
* | * fixed country_code | Than Ngo | 2001-07-17 | 1 | -1/+7 |
| | |||||
* | fix do_netreport to work for the non-root case | Bill Nottingham | 2001-07-16 | 1 | -1/+6 |
| | |||||
* | remove ip address on ifdown | Bill Nottingham | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | added a small howto to the head of the S390 files | Karsten Hopp | 2001-07-16 | 2 | -4/+26 |
| | |||||
* | better check for MII. | Preston Brown | 2001-07-13 | 1 | -2/+6 |
| | |||||
* | move looking for config files into network-functions (#48741) | Bill Nottingham | 2001-07-11 | 3 | -7/+13 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 8 | -376/+1263 |
| | |||||
* | fix typo | Bill Nottingham | 2001-07-08 | 1 | -1/+1 |
| | |||||
* | fix the non-xDSL case (#47263) | Bill Nottingham | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | Reenable pump, but make dhcpcd is the default. This makes updates of systemsr5-97 | Trond Eivind Glomsrod | 2001-07-02 | 1 | -0/+6 |
| | | | | without dhcpcd installed easier. | ||||
* | run more stuff with C locale, mark some more strings for translation | Bill Nottingham | 2001-06-29 | 4 | -14/+14 |
| | |||||
* | Remove pump usager5-96 | Trond Eivind Glomsrod | 2001-06-28 | 1 | -6/+0 |
| | |||||
* | switch order in ifdown too | Bill Nottingham | 2001-06-28 | 1 | -4/+4 |
| | |||||
* | Use dhcpcd first, pump second | Trond Eivind Glomsrod | 2001-06-28 | 1 | -2/+2 |
| | |||||
* | - fix pap/chap authentication for syncppp | Than Ngo | 2001-06-27 | 1 | -2/+7 |
| | | | | - support ippp options | ||||
* | don't set multicast routes | Bill Nottingham | 2001-06-26 | 1 | -6/+0 |
| | |||||
* | fix is_wireless, againr5-93 | Bill Nottingham | 2001-06-25 | 1 | -4/+2 |
| | |||||
* | fix setting of MTU and other random variables | Bill Nottingham | 2001-06-22 | 1 | -3/+8 |
| | |||||
* | remove broadcast unreachable route; breaks DHCP clients | Bill Nottingham | 2001-06-22 | 1 | -2/+1 |
| | |||||
* | * add support xDSLr5-92 | Than Ngo | 2001-06-22 | 2 | -3/+19 |
| | |||||
* | fix iwconfig return code return, and switch check_link_down returns to make ↵ | Bill Nottingham | 2001-06-21 | 1 | -5/+5 |
| | | | | ifup work (#45364) | ||||
* | - add support isdn | Than Ngo | 2001-06-21 | 2 | -0/+316 |
| | |||||
* | - fix testing for link so that modules will actually get loaded | Bill Nottingham | 2001-06-20 | 3 | -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 Brown | 2001-06-01 | 2 | -1/+19 |
| | |||||
* | fix static routes (#29500) | Bill Nottingham | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | fix kill || rm behavior in do_netreport | Bill Nottingham | 2001-05-17 | 1 | -2/+1 |
| | |||||
* | update spec | Preston Brown | 2001-05-11 | 1 | -9/+0 |
| | |||||
* | moved from network-scripts directoriy | Preston Brown | 2001-05-11 | 1 | -0/+9 |
| | |||||
* | port to ip from ifconfig; add ifup-wireless support | Preston Brown | 2001-05-11 | 1 | -33/+92 |
| | |||||
* | configure wireless functionality | Preston Brown | 2001-05-11 | 1 | -0/+82 |
| | |||||
* | look in /etc/sysconfig/networking not /etc/sysconfig | Preston Brown | 2001-05-11 | 1 | -1/+2 |
| | |||||
* | gone. We don't support IPX anymore | Preston Brown | 2001-05-11 | 1 | -44/+0 |
| | |||||
* | port to ip command | Preston Brown | 2001-05-11 | 1 | -7/+29 |
| | |||||
* | add_default_route now takes a device as an argument | Preston Brown | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | switch from ifconfig to ip command. | Preston Brown | 2001-05-11 | 1 | -4/+4 |
| | |||||
* | further s390 changes | Florian La Roche | 2001-04-25 | 1 | -0/+36 |
| | |||||
* | attempt to avoid netreport killing too many random processes (#34933) | Bill Nottingham | 2001-04-06 | 1 | -3/+5 |
| | |||||
* | use 'route -n' when grepping; avoid DNS | Bill Nottingham | 2001-03-14 | 1 | -3/+3 |
| | |||||
* | - fix typo in rc.sysinit | Nalin Dahyabhai | 2001-03-13 | 1 | -0/+2 |
| | | | | - fix ifup-routes not setting DEVICE properly | ||||
* | fix typo (#31627) | Bill Nottingham | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | make sure ipv6 is loaded if needed | Bill Nottingham | 2001-03-13 | 2 | -2/+8 |
| | |||||
* | add ifdown-pre-local (#10936) | Bill Nottingham | 2001-03-12 | 1 | -0/+4 |
| | |||||
* | get rid of error message if ${GATEWAY} isn't set | Bill Nottingham | 2001-03-12 | 1 | -1/+1 |
| |