aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-aliases
Commit message (Collapse)AuthorAgeFilesLines
* ARPUPDATE introducedDavid Kaspar [Dee'Kej]2017-07-141-1/+3
| | | | | | | | | The ARPUPDATE option has been introduced. It defaults to 'yes'. By setting the ARPUPDATE to 'no', administrator can disable updating neighbouring computers with ARP information about current NIC. This is especially needed when using LVS Load Balancing with Direct routing enabled.
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-10-311-2/+3
| | | | Resolves: #1099026
* ifup-aliases: send gratuitous ARPs when adding addressesLukas Nykryn2016-10-311-0/+6
|
* Use the is_true() and is_false() functions where possibleDavid Kaspar [Dee'Kej]2016-10-121-2/+2
|
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-242/+246
|
* ifup-aliases: don't return with error when arping failsLukas Nykryn2015-04-051-1/+2
|
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2015-02-271-1/+2
|
* ifup-aliases: do not fail when only ipv6 addr is specifiedLukas Nykryn2015-01-151-0/+5
|
* ifup-aliases: do not bring up ipv6 for range filesLukas Nykryn2014-08-081-0/+1
|
* ifup-aliases: improve duplicate address detectionLukas Nykryn2014-07-241-6/+8
|
* ifup: add possibility to specify value for -w parameter of arpingLukas Nykryn2014-03-191-1/+1
|
* consider IPV6INIT undefined as YESLukas Nykryn2013-07-291-1/+1
|
* check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2013-01-211-0/+9
|
* Remove some more uses of /sbin/route ; replace with /sbin/ip. (#682308)Bill Nottingham2012-04-201-5/+3
|
* Fix IFS usage mangling device names (#802119)Bill Nottingham2012-03-121-9/+1
|
* Eviscerate ifconfig uses from ip-aliases, because it's deprecated, slow ↵Bill Nottingham2012-01-061-77/+51
| | | | | | (#721010), and doesn't work on infiniband (#588993) Based on a patch from Travis Gummels (<tgummels@redhat.com>).
* If IPv6 is configured on the alias, configure it. (#583409)Bill Nottingham2011-06-061-0/+2
|
* Use net_log where appropriate.Bill Nottingham2011-03-251-9/+9
|
* Fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)Bill Nottingham2009-08-101-1/+1
|
* Use $(( )) for arithmetic statements instead of let or $[ ].Victor Lowther2009-07-301-2/+2
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-3/+3
| | | | Adapted from <victor.lowther@gmail.com>.
* Use a leading path marker when sourcing files. (#482826)Bill Nottingham2009-01-281-3/+3
| | | | bash 4 breaks the prior code.
* work around bash changes (#220887, modified from <nvigier@mandriva.com>)Bill Nottingham2007-09-251-1/+2
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-3/+4
|
* Remove unused ifdown-aliases.Miloslav Trmac2006-05-171-1/+0
|
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-1/+2
| | | | | | | | | * 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.
* ifup-aliases:Miloslav Trmac2006-02-101-9/+33
| | | | | | | | - Revert the previous commit - Reformat the eval of doom, add comments - Add support for non-numeric IP aliases ifdown-aliases: - Copy the updated eval of doom
* - don't restrict alias names unnecessarily, but do check that the filename isPeter Jones2006-02-091-6/+1
| | | | the same as any DEVICE line contained inside.
* - Support additional per-alias default routes (#149941)Miloslav Trmac2006-02-031-21/+34
| | | | | | - Skip files with invalid alias names (#83126) - Continue creating aliases if one of the files contains invalid configuration (#83126)
* remove bogus route setting (#120908)Bill Nottingham2004-06-071-5/+0
|
* unset ONPARENT this wayBill Nottingham2003-09-041-1/+1
|
* unset ONPARENT after use (#101384)Bill Nottingham2003-09-041-0/+1
|
* redhat-config-network writes $NAME.route, not $DEVICE.route. HandleBill Nottingham2003-02-201-1/+1
| | | | that. (#84193)
* fix typoBill Nottingham2003-01-311-1/+1
|
* get the other case tooBill Nottingham2003-01-141-1/+1
|
* recalculate BROADCAST if one wasn't specified (#78052)Bill Nottingham2003-01-141-1/+1
|
* if 'ONPARENT=no' set, don't automatically bring up interfaces whenBill Nottingham2003-01-141-1/+1
| | | | their parent interface is set up (#78992)
* just use ifup-routes for aliasesBill Nottingham2002-11-121-7/+2
|
* - further smaller cleanups, TEXTDOMAIN* is never exportedFlorian La Roche2002-06-261-1/+2
|
* handle aliases that don't have DEVICE set. Apparently linuxconf supported ↵Bill Nottingham2002-04-221-0/+2
| | | | this (#63861)
* don't process backup files (#60248, <dharris@drh.net>, <agrino@porsiempre.cl>)Bill Nottingham2002-04-121-2/+2
|
* use full path to /sbin/ifconfig (#59457)Bill Nottingham2002-04-101-2/+2
|
* better nickname handlingHarald Hoyer2001-11-191-2/+3
|
* expunge more linuxconf supportBill Nottingham2001-09-211-30/+1
|
* run more stuff with C locale, mark some more strings for translationBill Nottingham2001-06-291-1/+1
|
* fix static routes (#29500)Bill Nottingham2001-05-231-1/+1
|
* fix more typosBill Nottingham2001-01-241-2/+2
|
* fix typoBill Nottingham2001-01-241-1/+1
|
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵Bill Nottingham2001-01-231-9/+9
| | | | string"