Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure we don't match default as anything but a route (instead of, say, ↵ | Preston Brown | 2002-06-27 | 1 | -1/+1 |
| | | | | someone's device name | ||||
* | handle duplicate default routes better. | Preston Brown | 2002-06-27 | 1 | -0/+10 |
| | |||||
* | avoid ifconfig/route, try to avoid duplicate default routes | Preston Brown | 2002-06-27 | 1 | -5/+7 |
| | |||||
* | fix dhcpcd invocation (#67517) | Bill Nottingham | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | - change to /etc/init.d/functions | Florian La Roche | 2002-06-26 | 1 | -3/+1 |
| | | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings | ||||
* | don't add network routes when netmask is 255.255.255.255 | Bill Nottingham | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | dhclient support <dsainty@redhat.com> | Bill Nottingham | 2002-06-26 | 1 | -3/+25 |
| | |||||
* | start checking for link again | Bill Nottingham | 2002-05-29 | 1 | -0/+5 |
| | |||||
* | back out again | Bill Nottingham | 2002-04-19 | 1 | -13/+9 |
| | |||||
* | re-merge change | Bill Nottingham | 2002-04-19 | 1 | -9/+13 |
| | |||||
* | back this out for now... i'm paranoid | Bill Nottingham | 2002-04-19 | 1 | -13/+9 |
| | |||||
* | bring up the device (ip link set <device> up) after initialization is ↵ | Preston Brown | 2002-04-17 | 1 | -9/+13 |
| | | | | completed, but before addresses are assigned or DHCP/BOOTP is attempted. This is necessary for some commands (like iwconfig) to work properly. | ||||
* | SRCADDR stuff returns | Bill Nottingham | 2002-03-25 | 1 | -4/+14 |
| | |||||
* | revert LVS-related changes | Bill Nottingham | 2002-03-12 | 1 | -14/+4 |
| | |||||
* | just use nameif instead of mucking with the other config files ↵ | Bill Nottingham | 2002-03-12 | 1 | -9/+2 |
| | | | | (<harald@redhat.com>) | ||||
* | initial support for setting source addresses, for LVS | Bill Nottingham | 2002-03-11 | 1 | -4/+14 |
| | |||||
* | don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, ↵ | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
| | | | | <Olivier.Baudron@ens.fr>) | ||||
* | don't loop on bad HWADDR settings (#52285) | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
| | |||||
* | revert broken code. | Bill Nottingham | 2002-01-02 | 1 | -2/+15 |
| | | | | | To set HW address, use MACADDR, not HWADDR. HWADDR is used to tie a configuration to a particular card, even if its device name changes. | ||||
* | set the ethernet number with nameif | Harald Hoyer | 2001-11-19 | 1 | -15/+2 |
| | |||||
* | some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ↵ | Bill Nottingham | 2001-09-26 | 1 | -15/+8 |
| | | | | main device | ||||
* | need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some ↵ | Preston Brown | 2001-09-25 | 1 | -4/+1 |
| | | | | reformatting fixes. | ||||
* | fix severe alias handling breakage (#52882) | Bill Nottingham | 2001-09-04 | 1 | -5/+12 |
| | |||||
* | source ifup-wireless, so it actually works (#52135) | Bill Nottingham | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | - fix call of check_device_down in ifdown | Bill Nottingham | 2001-08-20 | 1 | -1/+6 |
| | | | | | - make loopback addresses have scope 'host', not scope 'global'. This apparently fixes pump. | ||||
* | ipx support returns (#51787)r6-20 | Bill Nottingham | 2001-08-15 | 1 | -0/+4 |
| | |||||
* | add is_available() function for network devices; use it. gets rid of ↵ | Bill Nottingham | 2001-08-15 | 1 | -12/+8 |
| | | | | horribly ugly modprobe messages | ||||
* | behave sanely if ifup is called with dhcpcd already running (#49392, #51038) | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional ↵ | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
| | | | | pump & dhcpcd arguments (#46942) | ||||
* | only allow dest port 1025-65535 for DNS replies (#40833, #44038) | Bill Nottingham | 2001-08-09 | 1 | -3/+3 |
| | |||||
* | switch some more things to /sbin/ip; allow adding back of default route for ↵ | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
| | | | | DHCP devices (#48994) | ||||
* | use awk, not grep & other cruft (#49616) | Bill Nottingham | 2001-08-07 | 1 | -4/+8 |
| | | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints) | ||||
* | don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ↵ | Bill Nottingham | 2001-08-07 | 1 | -0/+4 |
| | | | | to 'no' | ||||
* | don't worry about profiles just now. look for alternate config files that ↵ | Bill Nottingham | 2001-08-02 | 1 | -2/+11 |
| | | | | contain the correct MAC address for the adapter | ||||
* | don't check for the link to be down; it's not reliable enough | Bill Nottingham | 2001-07-31 | 1 | -5/+0 |
| | |||||
* | take embedded quotes out - it confuses gettext | Bill Nottingham | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | - only bring link down if check_link_down fails | Bill Nottingham | 2001-07-26 | 1 | -0/+1 |
| | | | | | - add a sleep in check_link_down; some cards take time to negotiate - only expand_config for the static IP case in ifdown | ||||
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵ | Bill Nottingham | 2001-07-24 | 1 | -15/+1 |
| | | | | ifdown (fixes #49777, #49783) | ||||
* | fix ifup/ifdown | Bill Nottingham | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | move looking for config files into network-functions (#48741) | Bill Nottingham | 2001-07-11 | 1 | -6/+1 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -2/+5 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Remove pump usager5-96 | Trond Eivind Glomsrod | 2001-06-28 | 1 | -6/+0 |
| | |||||
* | Use dhcpcd first, pump second | Trond Eivind Glomsrod | 2001-06-28 | 1 | -2/+2 |
| | |||||
* | don't set multicast routes | Bill Nottingham | 2001-06-26 | 1 | -6/+0 |
| | |||||
* | 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 |
| | |||||
* | - fix testing for link so that modules will actually get loaded | Bill Nottingham | 2001-06-20 | 1 | -9/+11 |
| | | | | | | | | | - 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 | 1 | -1/+5 |
| |