aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown
Commit message (Expand)AuthorAgeFilesLines
* ifdown: don't call nmcli on interface that is alread downLukas Nykryn2013-07-181-2/+5
* Fix ifdown calling nmcli for NM-managed devices; others are handled by ifdown...Jiří Klimeš2010-12-061-1/+1
* Update for new nmcli syntax.Bill Nottingham2010-05-051-1/+1
* Pull device from NetworkManager, if possible.Bill Nottingham2010-04-091-3/+8
* Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-04-091-1/+1
* When bringing devices down, disconnect the device, don't down the connection.Bill Nottingham2010-04-091-6/+2
* Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-04-091-0/+9
* Honor HOTPLUG in ifdown. (#547737)Bill Nottingham2009-12-151-0/+5
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
* Undefine $WINDOW to avoid conflict with screen(1) (#174336)Miloslav Trmac2006-03-191-0/+2
* split out ifup/ifdown general case to ifup/ifdown-eth; add ifup/ifdown-bnep (...Bill Nottingham2005-01-191-97/+3
* move retcodeBill Nottingham2005-01-121-1/+1
* remove pump, dhcpcd support.Bill Nottingham2005-01-121-30/+17
* fix various fgreps to not catch commented lines (#136531, expanded from <cww@...Bill Nottingham2005-01-121-1/+1
* kill dhcp client even if BOOTOPROTO is now static (#127726, others)Bill Nottingham2005-01-121-3/+0
* oops, fix syntaxBill Nottingham2005-01-121-1/+1
* support releasing the DHCP leaseBill Nottingham2005-01-121-1/+5
* release lease on shutdown, clean up dhclient pid file (modified from <jvdias@...Bill Nottingham2005-01-071-0/+2
* Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73Jason Vas Dias2004-08-271-1/+5
* vlan fixes (#107504, <hrunting@texas.net>)Bill Nottingham2004-06-071-1/+1
* document MACADDR. fix one of the bizarre interactions with HWADDR.Bill Nottingham2004-03-171-1/+1
* bridging updates (#104421, <dwmw2@redhat.com>)Bill Nottingham2003-10-101-0/+3
* always call 'ip link set *dev* ${DEVICE}', to avoid confusion withBill Nottingham2003-09-111-2/+2
* bridging support (<dwmw2@redhat.com>)Bill Nottingham2003-09-091-0/+10
* more tweaksBill Nottingham2003-06-241-3/+2
* support randomly named network devices, part 1Bill Nottingham2003-06-241-2/+0
* - make usernetctl use the nickname instead of the device nameBill Nottingham2003-05-281-3/+2
* fix nicknames with profiles (#82246)Bill Nottingham2003-02-111-2/+6
* vlan fixes (<tis@foobar.fi>)Bill Nottingham2003-02-041-2/+1
* 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05Bill Nottingham2003-01-311-0/+10
* don't loop on ifdownBill Nottingham2002-08-271-1/+1
* remove extraneous call (#68706)Bill Nottingham2002-08-141-1/+0
* switch back; we still want to run ifdown-ppp, etc.Bill Nottingham2002-06-271-5/+3
* move device down checking higher up, and clarify.Preston Brown2002-06-271-3/+5
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-3/+2
* dhclient support <dsainty@redhat.com>Bill Nottingham2002-06-261-0/+6
* bulletproof it - handle both locationsr6-67Bill Nottingham2002-04-191-2/+7
* wrong fix (aside from the syntax issue) - the dhcpcd pid file moved,Bill Nottingham2002-04-191-2/+2
* make sure that PID file exists and is readable before trying to read from it.Preston Brown2002-04-171-1/+1
* don't look in profiles; there should be linksBill Nottingham2002-03-141-4/+0
* some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ...Bill Nottingham2001-09-261-2/+6
* throw away stderrBill Nottingham2001-09-261-1/+1
* fix ifdown for aliasesBill Nottingham2001-09-261-2/+3
* flush all addresses associated with a device when bringing it down, not justPreston Brown2001-09-251-1/+4
* fix severe alias handling breakage (#52882)Bill Nottingham2001-09-041-2/+5
* Fixed dhcpcd ifdown lineDavid Sainty2001-08-291-1/+1
* - Fix ifdown for multiple interfaces which use dhcpcdDavid Sainty2001-08-291-1/+1
* - fix call of check_device_down in ifdownBill Nottingham2001-08-201-1/+1
* still run ifdown for dhcp devices, even if the device isn't thereBill Nottingham2001-08-091-1/+1
* just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional pump...Bill Nottingham2001-08-091-1/+1