aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-aliases
Commit message (Expand)AuthorAgeFilesLines
* 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 (#721...Bill Nottingham2012-01-061-77/+51
* 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
* Use a leading path marker when sourcing files. (#482826)Bill Nottingham2009-01-281-3/+3
* 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-aliases:Miloslav Trmac2006-02-101-9/+33
* - don't restrict alias names unnecessarily, but do check that the filename isPeter Jones2006-02-091-6/+1
* - Support additional per-alias default routes (#149941)Miloslav Trmac2006-02-031-21/+34
* 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
* 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
* 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 thi...Bill Nottingham2002-04-221-0/+2
* 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
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-1/+2
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2000-12-121-1/+1
* don't add host routes for local interfacesBill Nottingham2000-06-011-2/+0
* don't add duplicate default routes for aliasesBill Nottingham2000-06-011-2/+5
* *** empty log message ***Bill Nottingham1999-11-221-46/+33
* add support for linuxconf aliasesBill Nottingham1999-10-111-4/+42
* *** empty log message ***Bill Nottingham1999-07-261-3/+4
* speedup fixes for ifup-aliases from David Harris (dharris@drh.net)Bill Nottingham1999-07-261-7/+344
* um, can't 'return' from a shell scriptBill Nottingham1999-06-211-1/+1
* remove commented-out linuxconf support ;)r4-21Bill Nottingham1999-06-181-38/+3
* comment out linuxconf supportBill Nottingham1999-06-171-29/+32