Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the is_true() and is_false() functions where possible | David Kaspar [Dee'Kej] | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | [3/3] Remove tabs and fix spacing: ifup/ifdown scripts | Phil Dibowitz | 2016-10-12 | 1 | -32/+32 |
| | |||||
* | consider IPV6INIT undefined as YES | Lukas Nykryn | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | Remove some more uses of /sbin/route ; replace with /sbin/ip. (#682308) | Bill Nottingham | 2012-04-20 | 1 | -5/+2 |
| | |||||
* | Remove ifconfig usage from assorted ancient device types. | Bill Nottingham | 2012-01-06 | 1 | -4/+7 |
| | |||||
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -4/+4 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -3/+3 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 1 | -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_IPV6 | Bill Nottingham | 2007-01-17 | 1 | -4/+2 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Add METRIC= support for default routes (#124045) | Miloslav Trmac | 2006-05-10 | 1 | -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-15 | Than Ngo | 2005-09-26 | 1 | -3/+16 |
| | |||||
* | - allow CBCP with own number (#125710) | Than Ngo | 2004-08-19 | 1 | -1/+12 |
| | |||||
* | fix ipv6 with ippp (#111215) | Bill Nottingham | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | add better fix to support nickname (#105785) | Than Ngo | 2003-10-22 | 1 | -4/+1 |
| | |||||
* | add support nickname (#105785) | Than Ngo | 2003-10-22 | 1 | -0/+3 |
| | |||||
* | * pass netmask option top ipppd (bug #69355) | Than Ngo | 2002-07-25 | 1 | -2/+2 |
| | |||||
* | - change to /etc/init.d | Florian La Roche | 2002-07-05 | 1 | -2/+2 |
| | |||||
* | - change to /etc/init.d/functions | Florian La Roche | 2002-06-26 | 1 | -2/+1 |
| | | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings | ||||
* | * fixed a bug in setting defaultgateway | Than Ngo | 2002-06-05 | 1 | -4/+1 |
| | |||||
* | *BIG* IPv6 syncup. <pekkas@netcore.fi> | Bill Nottingham | 2002-03-11 | 1 | -4/+12 |
| | |||||
* | fixed typo bug ifup-ippp | Than Ngo | 2001-11-02 | 1 | -1/+2 |
| | |||||
* | - fix bug in channel bundling if MSN is missed | Than Ngo | 2001-10-29 | 1 | -5/+0 |
| | | | | - support DEBUG option | ||||
* | * don't start pppbind if encapsulation is rawip (bug #52491)r6-36 | Than Ngo | 2001-09-03 | 1 | -1/+3 |
| | |||||
* | * fix typo bug in IPADRR and GATEWAYr6-35 | Than Ngo | 2001-09-03 | 1 | -5/+5 |
| | |||||
* | - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491) | Than Ngo | 2001-09-02 | 1 | -19/+48 |
| | | | | - fix handling of ISDN LSZ Compresssion | ||||
* | - fix ISDN dial on demand bugr6-32 | Than Ngo | 2001-08-29 | 1 | -5/+5 |
| | | | | - fix typo bug in network-functions | ||||
* | - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>r6-28 | Than Ngo | 2001-08-27 | 1 | -5/+5 |
| | |||||
* | * fix return code of isdnctrlr6-25 | Than Ngo | 2001-08-22 | 1 | -4/+9 |
| | |||||
* | - fix return code of isdnctrl (bug #52225) | Than Ngo | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | * fix Bringing up isdn device again. It works now correctr6-24 | Than Ngo | 2001-08-21 | 1 | -4/+4 |
| | |||||
* | - fix shutdown/Bringing up isdn devicer6-23 | Than Ngo | 2001-08-21 | 1 | -4/+10 |
| | |||||
* | * fix channel bundlingr6-14 | Than Ngo | 2001-08-10 | 1 | -2/+2 |
| | |||||
* | - don't set MSN if it' empty (it's now optional) | Than Ngo | 2001-08-10 | 1 | -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 Ngo | 2001-08-10 | 1 | -12/+16 |
| | | | | - don't give login name as a cmdline-option (Bug #23066) | ||||
* | * fixed country_code | Than Ngo | 2001-07-17 | 1 | -1/+7 |
| | |||||
* | - fix pap/chap authentication for syncppp | Than Ngo | 2001-06-27 | 1 | -2/+7 |
| | | | | - support ippp options | ||||
* | - add support isdn | Than Ngo | 2001-06-21 | 1 | -0/+290 |