aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-eth
Commit message (Collapse)AuthorAgeFilesLines
* Don't leave the link down on link check for DHCP (#462013, #491009)Bill Nottingham2010-01-191-1/+0
|
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-3/+3
|
* Fix comment to reflect reality.Bill Nottingham2010-01-111-1/+1
|
* dhclient's got a send-hostname option, use thatBill Nottingham2010-01-111-18/+2
| | | | | It certainly makes more sense than relying on the writing of temporary config files in /etc. Use the same mechanism for IPv6 as well.
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵Bill Nottingham2010-01-081-4/+2
| | | | | | | | <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.
* Move is_wireless after MACADDR/MTU setting, as it brings the link up.Bill Nottingham2010-01-051-2/+3
|
* License cleanup.Bill Nottingham2010-01-051-1/+1
|
* Honor DEFROUTE=yes|no for 'all' connection types. (#528822)Bill Nottingham2009-10-211-1/+1
|
* Support dracut's location for dhclient leases as well. (#515771)Bill Nottingham2009-08-101-4/+6
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-5/+5
| | | | Adapted from <victor.lowther@gmail.com>.
* Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)Bill Nottingham2009-03-201-3/+3
|
* Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵Bill Nottingham2009-03-201-4/+2
| | | | | | path. (#486507) For example, this allows DHCPv6 to run.
* Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)Bill Nottingham2009-03-191-0/+12
|
* Remove more device renaming code.Bill Nottingham2009-03-031-4/+0
|
* Remove support for no longer existing 'brctl setgcint' command. (#360471)Bill Nottingham2008-11-261-1/+0
|
* Accept either the '+<addr>', or comma-separated addresses for arp_ip_target. ↵Bill Nottingham2008-10-281-1/+1
| | | | | | | (#467954, <darcy.sherwood@gmail.com>) This allows configurations created before we added support for comma-separated addresses to still work.
* Move bridging after bonding. (#449950, <djuran@redhat.com>)Bill Nottingham2008-09-231-17/+16
| | | | Otherwise, it doesn't work, as the bond has no slaves.
* Fix typo.Bill Nottingham2008-09-041-1/+1
|
* Change how we set the zeroconf route. (#239609)Bill Nottingham2008-09-041-1/+1
|
* Use the full path for arping.Bill Nottingham2008-09-021-3/+3
|
* Kill more stuff from the loopback path.Bill Nottingham2008-07-291-1/+1
|
* Don't do the arping check for loopback.Bill Nottingham2008-07-101-0/+2
| | | | As it's rather pointless.
* Minor cleanups.Bill Nottingham2008-07-101-9/+3
| | | | | Use sysfs to see if the bridge is there, and brctl has had error codes for quite a while now.
* Don't try to rename devices - udev rules are the way to goBill Nottingham2008-05-231-2/+0
|
* don't attempt to re-enslave already-enslaved devices (#440077)Bill Nottingham2008-04-011-3/+4
|
* don't do something odd if we find a mac address that matches theBill Nottingham2008-01-151-1/+1
| | | | user-set MACADDR (#251415)
* handle arp_ip_target separately (#288151, <agospoda@redhat.com>)Bill Nottingham2007-09-141-1/+10
|
* license cleanupBill Nottingham2007-08-031-3/+9
|
* set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)Bill Nottingham2007-06-221-0/+9
|
* support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)Bill Nottingham2007-04-161-0/+3
|
* disable link checking when PERSISTENT_DHCLIENT is set (#234075)Bill Nottingham2007-04-161-1/+1
|
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-10/+6
|
* set MACADDR, MTU before initializing bonding slaves, etc (#218792)Bill Nottingham2006-12-071-10/+10
|
* just enslave once. seems to work nowBill Nottingham2006-10-191-26/+2
|
* use sysfs interface for bonding (#202443, <agospoda@redhat.com>)Bill Nottingham2006-10-181-7/+12
|
* restorecon on moved lease fileBill Nottingham2006-10-071-0/+1
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* fix the real issueBill Nottingham2006-08-231-6/+1
|
* if they have explicitly defined an address in 169.254, things go reallyBill Nottingham2006-08-231-0/+5
| | | | strange if you don't set this route before the default route (#203591)
* make test for bonding device a functionBill Nottingham2006-08-011-5/+3
|
* Support (ifup vlan1:0) (#193133)Miloslav Trmac2006-07-281-1/+3
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-5/+8
|
* force-move the lease file (<markmc@redhat.com>)Bill Nottingham2006-07-191-1/+1
|
* copy any lease obtained by the initrd (#198601, <markmc@redhat.com>)Bill Nottingham2006-07-131-0/+4
|
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-3/+5
| | | | | | | | | * ifup-ppp, network-functions: Save all default routes, lose no data. * network-functions: - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not the default route - (add_default_route): Don't use configuration for the device that is being brought down; document function purpose and bugs.
* Add NETWORKDELAY and LINKDELAY (#176851)Miloslav Trmac2006-04-181-0/+4
|
* Add support for DHCP on bridges (#125259, original patch by Anders KaseorgMiloslav Trmac2006-03-271-16/+19
| | | | | | | | | | | <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
* Minor cleanups (#173574):Miloslav Trmac2006-03-191-2/+2
| | | | | - Don't duplicate unset - Remove two (eval `grep ...`) instances
* array variables are bad. use $IFS with '/', as that is illegal inBill Nottingham2006-02-281-1/+1
| | | | net device names. coalesce some things into a function.
* Fix potentials for endless loops when you have multiple devicesBill Nottingham2006-02-281-1/+1
| | | | | | | | that claim to have the same hardware address. (#177792, #182466) This happens most with hostap_cs and similar wireless drivers that have ethX/wlanX *and* wifiX. Do this by ignoring ieee802.11 links. Also, use /sbin/ip, not nameif - it gets confused in these cases as well.