aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-eth
Commit message (Expand)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-184/+0
* ifdown-eth: no longer needed 'pidof -x dhclient' condition removedDavid Kaspar [Dee'Kej]2018-05-171-2/+2
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-6/+6
* Replace usleep(1) calls with sleep(1) callsDavid Kaspar [Dee'Kej]2017-05-251-1/+1
* ifdown-eth: we need to flush global scope as wellLukas Nykryn2017-03-281-1/+4
* Use the is_true() and is_false() functions where possibleDavid Kaspar [Dee'Kej]2016-10-121-1/+1
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-79/+79
* ifdown-eth: fix comparisonLukas Nykryn2015-12-251-1/+1
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-271-1/+1
* ifdown: clean ipv4 localhost addressesLukas Nykryn2015-10-151-7/+7
* ifdown-eth: use scope host for loLeon Kos2015-02-041-2/+7
* network: add support for team devicesJiri Pirko2014-03-311-0/+8
* replace tunctl with ip tuntap (#947875)Lukas Nykryn2013-04-091-1/+3
* call flush addresses with scope globalLukas Nykryn2013-04-031-2/+2
* Fix greps to correctly handle comments and quotationLukas Nykryn2013-02-261-1/+1
* Sync FSF address with GPL 2 text.Ville Skyttä2013-01-201-1/+1
* Be less strict about VLAN name (#505314)Václav Pavlín2012-09-051-4/+1
* Allow bridge names starting with a dashDan Kenigsberg2012-06-131-2/+2
* Don't accidentally match other bonding devices. (#824175)Bill Nottingham2012-05-231-1/+1
* Use NetworkManager-compatible lease file names by default.Bill Nottingham2012-03-091-1/+2
* Fix logic error with removing arp_ip_target (#745681)Bill Nottingham2011-10-131-1/+1
* Fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>)Bill Nottingham2011-08-091-1/+1
* Fix patch misapplicationBill Nottingham2011-04-121-1/+1
* ifup/ifdown-eth: properly add and remove arp_ip_target'sHarald Hoyer2011-04-121-2/+19
* Use net_log where appropriate.Bill Nottingham2011-03-251-2/+2
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-01-121-1/+1
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-131-2/+2
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-3/+3
* Get rid of uses of deprecated egrep and fgrep.Ville Skyttä2010-01-121-3/+3
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, <dcantrell@redhat.c...Bill Nottingham2010-01-081-10/+8
* License cleanup.Bill Nottingham2010-01-051-1/+1
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-8/+8
* Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)Bill Nottingham2009-03-191-0/+4
* Remove arp_ip_target on ifdown for bonding devices. (#483711)Bill Nottingham2009-03-171-1/+3
* Cleanup bridges better on ifdown (#463325, <sean@bruenor@org>)Bill Nottingham2009-03-111-11/+11
* Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, <dan...Bill Nottingham2009-01-261-1/+0
* Make sure NEWCONFIG exists before grepping for it (#390271, continued)Bill Nottingham2008-03-181-1/+6
* typoBill Nottingham2007-11-271-1/+1
* don't endlessly loop on ifdown if devices are inconsistent (#390271)Bill Nottingham2007-11-261-1/+2
* license cleanupBill Nottingham2007-08-031-3/+9
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-7/+5
* release bonding slaves properly (#220525)Bill Nottingham2007-01-041-0/+2
* use sysfs interface for bonding (#202443, <agospoda@redhat.com>)Bill Nottingham2006-10-181-1/+1
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
* bring down bonding slaves on ifdown (#199706)Bill Nottingham2006-08-011-0/+12
* Add support for DHCP on bridges (#125259, original patch by Anders KaseorgMiloslav Trmac2006-03-271-5/+4
* don't cause the module to get reloaded on ifdown if it's not loadedBill Nottingham2006-02-281-7/+9
* use new dhclient file paths, add appropriate conflict (#169164)Bill Nottingham2005-11-281-1/+1
* clean up error message (#135167)Bill Nottingham2005-10-031-1/+1
* fix grep to always match the full hwaddr, as opposed to matching '0'Bill Nottingham2005-05-101-1/+1