aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-eth
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'initscripts-9.34-1' into mga-34Colin Guthrie2011-11-031-4/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings our fully patched initscripts branch up to version 9.34. Some code was not easily merged and thus not all functionality relating to multiple IP addresses per interface were merged in. Conflicts: Makefile lang.csh lang.sh prefdm rc.d/init.d/functions rc.d/init.d/netfs rc.d/init.d/network rc.d/rc rc.d/rc.local rc.d/rc.sysinit service sysconfig.txt sysconfig/network-scripts/ifdown-eth sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/ifup-ipv6 sysconfig/network-scripts/ifup-sit sysconfig/network-scripts/ifup-tunnel sysconfig/network-scripts/network-functions systemd/system/fedora-sysinit-unhack.service
| * 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
| | | | | | | | | | | | | | | | | | Only add arp_ip_target, if not yet present. Only remove arp_ip_target, if present in BONDING_OPTS, to prevent clash with module options. https://bugzilla.redhat.com/show_bug.cgi?id=604669
| * Use net_log where appropriate.Bill Nottingham2011-03-251-2/+2
| |
* | Add the mdkconf patchColin Guthrie2011-10-211-20/+36
|/
* 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, ↵Bill Nottingham2010-01-081-10/+8
| | | | | | | | <dcantrell@redhat.com>) The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables.
* License cleanup.Bill Nottingham2010-01-051-1/+1
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-8/+8
| | | | Adapted from <victor.lowther@gmail.com>.
* 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, ↵Bill Nottingham2009-01-261-1/+0
| | | | <danken@redhat.com>)
* 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
| | | | | | | | | | | <anders@kaseorg.com>): - rc.d/init.d/network: Initialize bridges after bridged interfaces, deinitialize them before bridged interfaces - sysconfig/network-scripts/ifdown-eth: Destroy bridges lazily when the last bridged interface is stopped - sysconfig/network-scripts/ifup-eth: * Handle bridges before checking for module presence or wireless devices * Add bridges lazily when the first bridged interface is started
* don't cause the module to get reloaded on ifdown if it's not loadedBill Nottingham2006-02-281-7/+9
| | | | (#179809)
* 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
| | | | | | against '00:AA:BB:CC:DD:EE'. Take into account lines that end with spaces, or with "# this is a comment", too. Also, put the grep in only one place instead of 3. Fixes #157252, #153669.
* handle alternate VLAN naming schemes (#115001)Bill Nottingham2005-03-301-1/+2
|
* woopsBill Nottingham2005-03-031-2/+9
|
* ipv6 cleanups (<pb@bieringer.de>)Bill Nottingham2005-03-031-9/+2
|
* dhcp release cleanups (<jvdias@redhat.com>)Bill Nottingham2005-02-141-3/+8
|
* handle being called on down devices betterBill Nottingham2005-02-071-3/+3
|
* split out ifup/ifdown general case to ifup/ifdown-eth; add ifup/ifdown-bnep ↵Bill Nottingham2005-01-191-0/+117
(<dwmw2@redhat.com>)