aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-eth
Commit message (Collapse)AuthorAgeFilesLines
* sysconfig/network: NO_DHCP_HOSTNAME option introducedDavid Kaspar [Dee'Kej]2016-11-161-6/+10
| | | | | | | | | Previously, some administrators were unable to force initscripts to not obtatin hostname from DHCP, even though they were using static configuration of network. Right now, setting 'NO_DHCP_HOSTNAME' to 'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so. Resolves: RHBZ #1157856
* network-functions: do not send hostname via dhclient everytimeDavid Kaspar [Dee'Kej]2016-11-151-2/+15
| | | | Resolves: RHBZ #1350602
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-01-051-2/+3
| | | | Resolves: #1099026
* 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
| | | | | Cherry-picked from: 8fd278b052b0e4882887c393a102dd453803b477 Resolves: #1263700
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-10-271-1/+3
| | | | Resolves: #1275543
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-271-1/+1
| | | | Resolves: #1210732
* 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
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* 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
| | | | | | Conflicts: sysconfig/network-scripts/ifup-aliases sysconfig/network-scripts/ifup-eth
* 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
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2013-07-191-10/+3
| | | | | | Conflicts: sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/network-functions
* 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 ↵Lukas Nykryn2012-10-081-25/+0
| | | | already added (#820430)
* Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵Bill Nottingham2012-10-081-0/+12
| | | | #665378)
* Revert patches which should not be in 6.4Lukas Nykryn2012-10-081-3/+10
| | | | | | | | | | | | | | | | | | | | | | Revert "Process rule6-* for sit devices (#840009)" This reverts commit f082f9e64eadbf68ef9bb67744c97c0974af9115. Revert "securetty: check if the device is in the file before attempting to write to it" This reverts commit 10c72ce532c1d4f6d0b17fdc9448c9bd2d0b5ef5. Revert "Killproc -d should parse same values as sleep" This reverts commit 763b7dcf6bf9e47d90546be1aabf1f724dd527f8. Revert "Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)" This reverts commit 6e62c51f3162081cc05ef546929aa98b8448b1cb. Revert "Allow dhclient configuration files for DHCPv6 as well. (#815676)" This reverts commit 9987361e94ec6f26e557053b27af6e43a9ee13e1.
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2012-08-031-10/+3
| | | | | | | Conflicts: sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/network-functions
* 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. ↵Bill Nottingham2011-08-151-15/+5
| | | | (#692410, #693583)
* 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
| | | | | | | | | 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-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) ↵Bill Nottingham2010-12-061-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
|
* 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
| | | | | 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
|
* 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
| | | | 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.