aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-ippp
Commit message (Collapse)AuthorAgeFilesLines
* Use the is_true() and is_false() functions where possibleDavid Kaspar [Dee'Kej]2016-10-121-1/+1
|
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-32/+32
|
* consider IPV6INIT undefined as YESLukas Nykryn2013-07-291-2/+2
|
* Remove some more uses of /sbin/route ; replace with /sbin/ip. (#682308)Bill Nottingham2012-04-201-5/+2
|
* Remove ifconfig usage from assorted ancient device types.Bill Nottingham2012-01-061-4/+7
|
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-4/+4
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-3/+3
| | | | Adapted from <victor.lowther@gmail.com>.
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-7/+7
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-4/+2
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-2/+4
| | | | | | | | | * 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.
* support proper dial-in configuration, thanks to Peter Bieringer (#158380)r8-15Than Ngo2005-09-261-3/+16
|
* - allow CBCP with own number (#125710)Than Ngo2004-08-191-1/+12
|
* fix ipv6 with ippp (#111215)Bill Nottingham2003-12-011-1/+1
|
* add better fix to support nickname (#105785)Than Ngo2003-10-221-4/+1
|
* add support nickname (#105785)Than Ngo2003-10-221-0/+3
|
* * pass netmask option top ipppd (bug #69355)Than Ngo2002-07-251-2/+2
|
* - change to /etc/init.dFlorian La Roche2002-07-051-2/+2
|
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-2/+1
| | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
* * fixed a bug in setting defaultgatewayThan Ngo2002-06-051-4/+1
|
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-111-4/+12
|
* fixed typo bug ifup-ipppThan Ngo2001-11-021-1/+2
|
* - fix bug in channel bundling if MSN is missedThan Ngo2001-10-291-5/+0
| | | | - support DEBUG option
* * don't start pppbind if encapsulation is rawip (bug #52491)r6-36Than Ngo2001-09-031-1/+3
|
* * fix typo bug in IPADRR and GATEWAYr6-35Than Ngo2001-09-031-5/+5
|
* - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)Than Ngo2001-09-021-19/+48
| | | | - fix handling of ISDN LSZ Compresssion
* - fix ISDN dial on demand bugr6-32Than Ngo2001-08-291-5/+5
| | | | - fix typo bug in network-functions
* - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>r6-28Than Ngo2001-08-271-5/+5
|
* * fix return code of isdnctrlr6-25Than Ngo2001-08-221-4/+9
|
* - fix return code of isdnctrl (bug #52225)Than Ngo2001-08-221-1/+1
|
* * fix Bringing up isdn device again. It works now correctr6-24Than Ngo2001-08-211-4/+4
|
* - fix shutdown/Bringing up isdn devicer6-23Than Ngo2001-08-211-4/+10
|
* * fix channel bundlingr6-14Than Ngo2001-08-101-2/+2
|
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-101-18/+31
| | | | | - don't give login name as a cmdline-option (Bug #23066) - remove peer device file if ppp connection is down
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-101-12/+16
| | | | - don't give login name as a cmdline-option (Bug #23066)
* * fixed country_codeThan Ngo2001-07-171-1/+7
|
* - fix pap/chap authentication for syncpppThan Ngo2001-06-271-2/+7
| | | | - support ippp options
* - add support isdnThan Ngo2001-06-211-0/+290