aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Expand)AuthorAgeFilesLines
* 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
* didn't mean to commit that partBill Nottingham2001-02-271-1/+1
* don't munge wireless keysBill Nottingham2001-02-271-5/+1
* fix typos (DHCPDARGS vs. DHCPCDARGS) (#26378)Bill Nottingham2001-02-061-1/+1
* fix typoBill Nottingham2001-02-061-1/+1
* modify the firewall to allow any (new) DNS servers through on ifupBill Nottingham2001-02-061-0/+17
* fix gateway thinkoBill Nottingham2001-01-301-1/+1
* duh, is already set.Bill Nottingham2001-01-301-1/+1
* hack default gw settingBill Nottingham2001-01-301-1/+1
* remove old broken codeBill Nottingham2001-01-291-5/+0
* allow devices without an IP address (#24127)Bill Nottingham2001-01-291-0/+6
* add ipv6 support (#23576)Bill Nottingham2001-01-291-0/+6
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ...Bill Nottingham2001-01-231-9/+9
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-9/+11
* toss out spurious errors from iwconfigBill Nottingham2000-12-261-1/+1
* added wireless supportErik Troan2000-12-201-0/+4
* fix typor5-53Bill Nottingham2000-12-121-1/+1
* don't try and run pump if it's not thereBill Nottingham2000-12-121-2/+3
* honor PEERDNS=no for pump and dhcpcd too (#18619)Bill Nottingham2000-12-121-0/+4
* fix ARP handling, allow for setting promiscuous or all-multicast modeBill Nottingham2000-12-121-1/+5
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2000-12-121-1/+1
* be more specific about quoting variablesNalin Dahyabhai2000-08-031-35/+35
* um, you can't have a hyphen in a shell variableBill Nottingham2000-08-031-1/+1
* run an ifup-pre-local script if it existsBill Nottingham2000-07-251-0/+4