aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Expand)AuthorAgeFilesLines
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-3/+1
* don't add network routes when netmask is 255.255.255.255Bill Nottingham2002-06-261-1/+1
* dhclient support <dsainty@redhat.com>Bill Nottingham2002-06-261-3/+25
* start checking for link againBill Nottingham2002-05-291-0/+5
* back out againBill Nottingham2002-04-191-13/+9
* re-merge changeBill Nottingham2002-04-191-9/+13
* back this out for now... i'm paranoidBill Nottingham2002-04-191-13/+9
* bring up the device (ip link set <device> up) after initialization is complet...Preston Brown2002-04-171-9/+13
* SRCADDR stuff returnsBill Nottingham2002-03-251-4/+14
* revert LVS-related changesBill Nottingham2002-03-121-14/+4
* just use nameif instead of mucking with the other config files (<harald@redha...Bill Nottingham2002-03-121-9/+2
* initial support for setting source addresses, for LVSBill Nottingham2002-03-111-4/+14
* don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, <Olivi...Bill Nottingham2002-01-251-2/+2
* don't loop on bad HWADDR settings (#52285)Bill Nottingham2002-01-251-2/+2
* revert broken code.Bill Nottingham2002-01-021-2/+15
* set the ethernet number with nameifHarald Hoyer2001-11-191-15/+2
* some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ...Bill Nottingham2001-09-261-15/+8
* need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some refo...Preston Brown2001-09-251-4/+1
* fix severe alias handling breakage (#52882)Bill Nottingham2001-09-041-5/+12
* source ifup-wireless, so it actually works (#52135)Bill Nottingham2001-08-231-1/+1
* - fix call of check_device_down in ifdownBill Nottingham2001-08-201-1/+6
* ipx support returns (#51787)r6-20Bill Nottingham2001-08-151-0/+4
* add is_available() function for network devices; use it. gets rid of horribly...Bill Nottingham2001-08-151-12/+8
* behave sanely if ifup is called with dhcpcd already running (#49392, #51038)Bill Nottingham2001-08-091-2/+2
* just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional pump...Bill Nottingham2001-08-091-2/+2
* only allow dest port 1025-65535 for DNS replies (#40833, #44038)Bill Nottingham2001-08-091-3/+3
* switch some more things to /sbin/ip; allow adding back of default route for D...Bill Nottingham2001-08-091-2/+2
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-071-4/+8
* don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ...Bill Nottingham2001-08-071-0/+4
* don't worry about profiles just now. look for alternate config files that con...Bill Nottingham2001-08-021-2/+11
* don't check for the link to be down; it's not reliable enoughBill Nottingham2001-07-311-5/+0
* take embedded quotes out - it confuses gettextBill Nottingham2001-07-301-1/+1
* - only bring link down if check_link_down failsBill Nottingham2001-07-261-0/+1
* do config expansion (NETMASK, PREFIX, etc) in a function, call it from ifdown...Bill Nottingham2001-07-241-15/+1
* fix ifup/ifdownBill Nottingham2001-07-171-1/+1
* move looking for config files into network-functions (#48741)Bill Nottingham2001-07-111-6/+1
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-2/+5
* Reenable pump, but make dhcpcd is the default. This makes updates of systemsr5-97Trond Eivind Glomsrod2001-07-021-0/+6
* run more stuff with C locale, mark some more strings for translationBill Nottingham2001-06-291-3/+3
* Remove pump usager5-96Trond Eivind Glomsrod2001-06-281-6/+0
* Use dhcpcd first, pump secondTrond Eivind Glomsrod2001-06-281-2/+2
* don't set multicast routesBill Nottingham2001-06-261-6/+0
* 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
* - fix testing for link so that modules will actually get loadedBill Nottingham2001-06-201-9/+11
* check link status before trying DHCP/BOOTP.Preston Brown2001-06-011-1/+5
* port to ip from ifconfig; add ifup-wireless supportPreston Brown2001-05-111-33/+92
* fix typo (#31627)Bill Nottingham2001-03-131-1/+1
* 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