aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-aliases
Commit message (Collapse)AuthorAgeFilesLines
* 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"
* 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
|
* fix so it does aliases in orderBill Nottingham1999-06-141-15/+9
|
* remove 2.0 kernel supportBill Nottingham1999-04-121-11/+2
|
* check for 2.0 kernels before doing some stuffBill Nottingham1999-04-081-2/+10
|
* don't run linuxconf if /usr isn't mountedBill Nottingham1999-03-191-1/+2
|
* changes from ultrapenguin (bash2 stuff)Bill Nottingham1999-03-151-2/+12
|
* bill is a moron. also, fix ifup-aliases for bash2r3-84Bill Nottingham1999-02-051-1/+1
|
* linuxconf ipalias fix; work with both old and new linuxconfr3-79Michael K. Johnson1998-11-101-2/+8
|