aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-routes
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-76/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-20/+21
|
* Support ipv6 routing rules by merging IPv4/IPv6, and route/rule code. ↵Bill Nottingham2011-03-111-16/+23
| | | | (#680872, <tobiasoed@hotmail.com>)
* Get rid of uses of deprecated egrep and fgrep.Ville Skyttä2010-01-121-1/+1
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-1/+1
| | | | Adapted from <victor.lowther@gmail.com>.
* work around bash changes (#220887, modified from <nvigier@mandriva.com>)Bill Nottingham2007-09-251-2/+4
|
* don't add routes directly to alias devices (#199825, #195656)Bill Nottingham2006-07-241-1/+1
|
* Add support for rule-$device (#132252)Miloslav Trmac2006-07-101-0/+17
|
* handle no EOF in the route file (#156972)Bill Nottingham2005-10-031-2/+2
|
* message from Thomas Zehetbauer on fedora-devel (in URL field).Karsten Hopp2005-04-181-1/+1
| | | | | | | In initscripts-8.08-2, "/etc/init.d/network" will hang in "ifup-routes" during boot. The cause is a missing "$file" in the script, making "egrep" hang waiting for data on STDIN.
* typoBill Nottingham2005-04-151-1/+1
|
* cleanup (#154353, <link@pobox.com>)Bill Nottingham2005-04-131-1/+1
|
* make sure commented lines are handled correctly (#154353, #114548)Bill Nottingham2005-04-111-2/+4
|
* - User lowercase for variable for oldstyle routes, too. ;-)Phil Knirsch2003-08-221-1/+1
|
* - ifup-routes: pass the interface name to handle_file() so that we don't tryNalin Dahyabhai2003-07-191-3/+3
| | | | to use the routes file's name as an interface name
* handle new format in old file namesBill Nottingham2003-07-011-20/+27
|
* - make usernetctl use the nickname instead of the device nameBill Nottingham2003-05-281-20/+17
| | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>)
* redhat-config-network writes $NAME.route, not $DEVICE.route. HandleBill Nottingham2003-02-201-1/+9
| | | | that. (#84193)
* fix static route brokenness (#74317, #74320, #76619, #75604)Bill Nottingham2002-11-121-5/+9
|
* use the other file redhat-config-network writes by default; leaveBill Nottingham2002-08-211-10/+19
| | | | route-<foo> for user customization (<pbrown@redhat.com>, others)
* - no need to source the file /etc/init.d/functionsFlorian La Roche2002-07-051-15/+10
| | | | - cleanups
* - Bzzz. Fixed the debug output to do the real thing instead. :-)Phil Knirsch2002-07-041-1/+1
|
* - Fixed ifup-route to use new /etc/sysconfig/network-scripts/route-DEV files.Phil Knirsch2002-07-041-8/+11
|
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-3/+1
| | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
* allow tabs as delimiters, as well (#53964)Bill Nottingham2002-01-251-2/+2
|
* look in /etc/sysconfig/networking not /etc/sysconfigPreston Brown2001-05-111-1/+2
|
* - fix typo in rc.sysinitNalin Dahyabhai2001-03-131-0/+2
| | | | - fix ifup-routes not setting DEVICE properly
* - don't attempt to work around broken linuxconf routes, simplifyBill Nottingham2001-03-051-7/+3
| | | | | (and make consistent) adding of static routes, and make it work again for aliases (#29500, #29549)
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵Bill Nottingham2001-01-231-2/+2
| | | | string"
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-1/+4
|
* handle "gw x.x.x.x" as the last pair of flags in ifup-routesNalin Dahyabhai2000-10-101-1/+3
|
* fix syntax error in ifup-routesBill Nottingham2000-08-071-1/+1
|
* fix handling of bizarro linuxconf routesBill Nottingham2000-02-021-0/+5
|
* remove commented-out linuxconf support ;)r4-21Bill Nottingham1999-06-181-14/+7
|
* comment out linuxconf supportBill Nottingham1999-06-171-6/+6
|
* don't run linuxconf if /usr isn't mountedBill Nottingham1999-03-191-1/+2
|
* update to linuxconf 1.11r8 capabilities.Michael K. Johnson1998-05-031-2/+0
| | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters.
* linuxconf supportr3-56Michael K. Johnson1998-05-021-7/+15
|
* /sbin/ isn't always in $PATHMichael K. Johnson1998-01-121-1/+1
|
* Initial revisionErik Troan1997-09-161-0/+17