aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-eth
Commit message (Expand)AuthorAgeFilesLines
* ifup-eth: remove quote marksLukas Nykryn2017-01-091-1/+1
* Fix regression in commit ca3cea691b6 - ${LEASEFILE} not specifiedDavid Kaspar [Dee'Kej]2016-11-211-4/+4
* sysconfig/network: NO_DHCP_HOSTNAME option introducedDavid Kaspar [Dee'Kej]2016-11-161-6/+10
* network-functions: do not send hostname via dhclient everytimeDavid Kaspar [Dee'Kej]2016-11-151-2/+15
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-01-051-2/+3
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-12-151-2/+2
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-10-271-1/+1
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-10-271-1/+3
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-271-1/+1
* ifup: also set multicast_snooping after the bridge is upLukas Nykryn2014-10-241-1/+1
* bridging: add possibility to set prio and ageingLukas Nykryn2014-06-051-0/+2
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-04-291-0/+10
* ifup: add possibility to specify value for -w parameter of arpingLukas Nykryn2014-03-261-1/+1
* ifup-eth: remove ipx relic (#1028135)Lukas Nykryn2014-03-261-4/+0
* print something when arping is detecting colliding ip addressesLukas Nykryn2013-07-231-5/+7
* try dhcpv6 after v4 failedLukas Nykryn2013-07-231-4/+26
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2013-07-191-10/+3
* bonding: set master up before slavesLukas Nykryn2013-07-151-1/+1
* Fix greps to correctly handle comments and quotation (#915659)Lukas Nykryn2013-03-071-1/+1
* Call ip link up on master after slaves are up (#893395)Lukas Nykryn2013-01-091-2/+3
* Apply BONDING_OPT on ifup of master (#874030)Lukas Nykryn2012-11-081-0/+1
* Sets BONDING_OPTS before interface is brougth up and checks if it is not alre...Lukas Nykryn2012-10-081-25/+0
* Add support for setting random bridge options via BRIDGING_OPTS. (#734045, #6...Bill Nottingham2012-10-081-0/+12
* Revert patches which should not be in 6.4Lukas Nykryn2012-10-081-3/+10
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2012-08-031-10/+3
* Don't accidentally match other bonding devices. (#824175)Bill Nottingham2012-08-031-1/+1
* Allow duplicate address dectection to be disabledBenjamin Coddington2012-08-031-1/+1
* Don't set primary before we enslave devices. (#747418, <agospoda@redhat.com>)Bill Nottingham2012-02-131-1/+1
* Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. (#69...Bill Nottingham2011-08-151-15/+5
* Handle IPADDRx correctly for static addresses (#698738)Bill Nottingham2011-08-151-1/+1
* ifup/ifdown-eth: properly add and remove arp_ip_target'sHarald Hoyer2011-08-151-2/+8
* Make sure the bond exists when we bring up the slaves. (#694501)Bill Nottingham2011-08-151-1/+2
* Add an error when setting gateway fails. (#672202)Bill Nottingham2011-08-151-2/+4
* Use net_log where appropriate.Bill Nottingham2011-08-151-8/+8
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-01-141-1/+1
* use SYSCTLDEVICE without . (#667211, <notting@redhat.com>)Petr Lautrbach2011-01-141-1/+1
* Fix routing regression (#660363)Bill Nottingham2010-12-081-1/+1
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) Ada...Bill Nottingham2010-12-061-22/+31
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
* 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-04-091-1/+1
* Don't leave the link down on link check for DHCP (#462013, #491009)Bill Nottingham2010-01-191-1/+0
* dhclient's got a send-hostname option, use thatBill Nottingham2010-01-151-18/+2
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, <dcantrell@redhat.c...Bill Nottingham2010-01-081-4/+2
* 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
* Delete IPX support.Bill Nottingham2009-12-101-4/+0
* 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