aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-eth
Commit message (Collapse)AuthorAgeFilesLines
* ifup-eth: remove extra wireless sysfs checkOlivier Blin2012-10-231-2/+2
| | | | is_wireless_device is doing the same thing.
* Reduce differences in network scripts.Colin Guthrie2011-11-031-20/+31
| | | | | | This just merges in some upstream changes between 25 and 34 that allows for multiple static IP addresses to be defined in the ifcfg files.
* Merge commit 'initscripts-9.34-1' into mga-34Colin Guthrie2011-11-031-32/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵Bill Nottingham2011-08-311-0/+12
| | | | | | | | #665378)
| * Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. ↵Bill Nottingham2011-06-281-15/+5
| | | | | | | | (#692410, #693583)
| * Ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. ↵Bill Nottingham2011-05-311-2/+2
| | | | | | | | (#697877)
| * Handle IPADDRx correctly for static addresses (#698738)Bill Nottingham2011-04-271-1/+1
| |
| * ifup/ifdown-eth: properly add and remove arp_ip_target'sHarald Hoyer2011-04-121-2/+8
| | | | | | | | | | | | | | | | | | 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
| * Make sure the bond exists when we bring up the slaves. (#694501)Bill Nottingham2011-04-071-1/+2
| |
| * Add an error when setting gateway fails. (#672202)Bill Nottingham2011-03-301-2/+4
| |
| * ifup-eth: use /run/initramfs rather then /dev/.run/initramfsHarald Hoyer2011-03-301-1/+1
| |
| * Use net_log where appropriate.Bill Nottingham2011-03-251-8/+8
| |
| * network-scripts/ifup-eth: fix cec3312 and close bracesHarald Hoyer2011-03-101-1/+1
| |
| * network-scripts/ifup-eth: also check /dev/.run/initramfsHarald Hoyer2011-03-101-1/+1
| |
* | Add the mdkconf patchColin Guthrie2011-10-211-58/+250
|/
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-01-121-1/+1
|
* Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵Bill Nottingham2011-01-041-1/+1
| | | | <ossman@cendio.se>)
* Fix routing regression (#660363)Bill Nottingham2010-12-061-1/+1
|
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵Bill Nottingham2010-11-301-22/+31
| | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager.
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
|
* Remove 'BOOTP' config option. It was considered 'old' in 1997. (Seriously.)Bill Nottingham2010-06-041-5/+0
|
* Run dhclient -6 similar to dhclient -4. (#585047)Bill Nottingham2010-04-231-1/+1
|
* Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-03-011-1/+1
|
* 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
|