Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ppp: add a more descriptive title for ppp-multilink | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 25524 | ||||
* | ppp: move multilink support into a separate build variant - saves around 30k ↵ | Felix Fietkau | 2011-02-13 | 1 | -7/+25 |
| | | | | | | for the default build SVN-Revision: 25523 | ||||
* | ppp: don't die on malformed PADS frames that might appear on instable DSL lines | Jo-Philipp Wich | 2011-01-19 | 2 | -1/+110 |
| | | | | SVN-Revision: 25044 | ||||
* | ppp: bump pkg revision after latest changes | Jo-Philipp Wich | 2011-01-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 25028 | ||||
* | ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ↵ | Jo-Philipp Wich | 2011-01-17 | 1 | -4/+0 |
| | | | | | | ueagle and solos SVN-Revision: 25027 | ||||
* | ppp: synthesize a .device option to make ifup work on pppoa interfaces again | Jo-Philipp Wich | 2011-01-17 | 2 | -1/+5 |
| | | | | SVN-Revision: 25025 | ||||
* | pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵ | Jo-Philipp Wich | 2010-10-20 | 2 | -4/+4 |
| | | | | | | br2684ctl and solves #8108 SVN-Revision: 23551 | ||||
* | ppp: honour option auto in atm hotplug | Jo-Philipp Wich | 2010-10-19 | 1 | -1/+4 |
| | | | | SVN-Revision: 23531 | ||||
* | ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵ | Jo-Philipp Wich | 2010-10-19 | 2 | -5/+7 |
| | | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530 | ||||
* | ppp: utilize the new keepfiles facility to backup the whole radius directory | Jo-Philipp Wich | 2010-10-05 | 1 | -4/+1 |
| | | | | SVN-Revision: 23259 | ||||
* | ppp: mark /etc/ppp/ resources as conffiles | Jo-Philipp Wich | 2010-10-05 | 1 | -1/+19 |
| | | | | SVN-Revision: 23248 | ||||
* | add maintainer information | Jo-Philipp Wich | 2010-09-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 23159 | ||||
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 2 | -10/+2 |
| | | | | SVN-Revision: 23088 | ||||
* | ppp: populate gateway of default route with peer address (#6259) | Jo-Philipp Wich | 2010-08-25 | 2 | -1/+22 |
| | | | | SVN-Revision: 22806 | ||||
* | ppp: whitespace cleanup in previous commit | Jo-Philipp Wich | 2010-08-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 22497 | ||||
* | pppd: only remove own default route on shutdown (#7694) | Jo-Philipp Wich | 2010-08-04 | 3 | -4/+12 |
| | | | | SVN-Revision: 22495 | ||||
* | ppp: interpret "demand" option as timeout in seconds (#7517) | Jo-Philipp Wich | 2010-06-26 | 2 | -4/+4 |
| | | | | SVN-Revision: 21903 | ||||
* | bump release number for packages ahead of backfire in trunk | Nicolas Thill | 2010-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 21556 | ||||
* | ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵ | Jo-Philipp Wich | 2010-05-07 | 3 | -15/+11 |
| | | | | | | dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp SVN-Revision: 21392 | ||||
* | ppp: - make pppd shutdown more robust as pptp hangs when the underlying ↵ | Jo-Philipp Wich | 2010-05-06 | 1 | -7/+11 |
| | | | | | | connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead SVN-Revision: 21387 | ||||
* | base-files, ppp: fix interface shutdown | Jo-Philipp Wich | 2010-05-06 | 1 | -5/+4 |
| | | | | SVN-Revision: 21386 | ||||
* | base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵ | Jo-Philipp Wich | 2010-05-05 | 1 | -1/+6 |
| | | | | | | move it to protocol stop callbacks SVN-Revision: 21383 | ||||
* | ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵ | Jo-Philipp Wich | 2010-05-05 | 1 | -2/+4 |
| | | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361 | ||||
* | ppp: rename 20-usb-modem to 20-atm-modem | Jo-Philipp Wich | 2010-05-02 | 2 | -1/+1 |
| | | | | SVN-Revision: 21303 | ||||
* | ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package | Jo-Philipp Wich | 2010-05-02 | 2 | -0/+27 |
| | | | | SVN-Revision: 21302 | ||||
* | ppp: bring pppoa script in sync with updated ppp logic | Jo-Philipp Wich | 2010-05-01 | 1 | -7/+16 |
| | | | | SVN-Revision: 21287 | ||||
* | ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵ | Jo-Philipp Wich | 2010-05-01 | 5 | -63/+158 |
| | | | | | | interfaces when bringing up 3g, pptp, ppp or pppoe connections - get rid of unit count logic - shutdown pppd when ifdown is invoked - bump package revision SVN-Revision: 21283 | ||||
* | pppd: - localize variables in setup script - implement demand option as true ↵ | Jo-Philipp Wich | 2010-05-01 | 1 | -9/+52 |
| | | | | | | boolean so that 0 actually disables it - don't overwrite user supplied dns servers if demand is enabled - toggle peerdns default value, use 1 if no user supplied dns server is set, 0 otherwise - reset resolv.conf.auto before setting up dns SVN-Revision: 21280 | ||||
* | propagate atm header changes into pppoatm and br2684ctl as well | Felix Fietkau | 2010-03-28 | 1 | -1/+6 |
| | | | | SVN-Revision: 20558 | ||||
* | /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵ | Travis Kemen | 2010-03-14 | 1 | -9/+38 |
| | | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 SVN-Revision: 20221 | ||||
* | this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also ↵ | Travis Kemen | 2010-03-05 | 1 | -29/+23 |
| | | | | | | | | fixes parallel build. -Raphael SVN-Revision: 19993 | ||||
* | fix issues with pptpd server and firewall, closes #2342 | Travis Kemen | 2010-02-26 | 2 | -2/+2 |
| | | | | SVN-Revision: 19873 | ||||
* | ppp: enable multilink support (#4837) | Jo-Philipp Wich | 2010-02-22 | 1 | -5/+2 |
| | | | | SVN-Revision: 19811 | ||||
* | ppp: process option dns if peerdns is off (#6474) | Jo-Philipp Wich | 2010-01-10 | 1 | -3/+10 |
| | | | | SVN-Revision: 19093 | ||||
* | ppp: add dns servers to uci state in the ip-up script | Jo-Philipp Wich | 2009-09-30 | 2 | -1/+4 |
| | | | | SVN-Revision: 17801 | ||||
* | ppp: quote positional parameters when calling up/down scripts (closes: #5622) | Nicolas Thill | 2009-09-27 | 3 | -3/+3 |
| | | | | SVN-Revision: 17763 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 17554 | ||||
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵ | Felix Fietkau | 2009-09-06 | 2 | -5/+6 |
| | | | | | | other ppp based protocols as well SVN-Revision: 17529 | ||||
* | refresh patches | Hauke Mehrtens | 2009-05-21 | 22 | -332/+277 |
| | | | | SVN-Revision: 15958 | ||||
* | Make patches apply agagin. The deleted parts were two times in the patches. | Hauke Mehrtens | 2009-05-21 | 18 | -2375/+0 |
| | | | | SVN-Revision: 15957 | ||||
* | update ppp to v2.4.4 (#5102) | Jo-Philipp Wich | 2009-05-20 | 42 | -3008/+5084 |
| | | | | SVN-Revision: 15955 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 2 | -2/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | fix ppp and pptp typos where is used instead of (#4768, #4778) | Florian Fainelli | 2009-03-15 | 4 | -4/+4 |
| | | | | SVN-Revision: 14882 | ||||
* | fix a race condition where ppp interfaces were not added to the firewall ↵ | Felix Fietkau | 2008-11-28 | 1 | -0/+3 |
| | | | | | | properly when brought up at boot time - save the ppp interface unit number in the network state SVN-Revision: 13402 | ||||
* | add missing /etc/functions.sh include required for saving network state ↵ | Nicolas Thill | 2008-09-23 | 2 | -0/+2 |
| | | | | | | (closes: #3902) SVN-Revision: 12660 | ||||
* | ppp: derive interface unit numbers from previous enumeration | Felix Fietkau | 2008-08-28 | 1 | -4/+10 |
| | | | | SVN-Revision: 12417 | ||||
* | fix ppp interface enumeration - don't enumerate already processed interfaces | Felix Fietkau | 2008-08-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12416 | ||||
* | oops, fix typo in [12368] | Nicolas Thill | 2008-08-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 12369 | ||||
* | install ppp development headers | Nicolas Thill | 2008-08-22 | 1 | -0/+5 |
| | | | | SVN-Revision: 12368 | ||||
* | fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen | John Crispin | 2008-07-29 | 2 | -2/+2 |
| | | | | SVN-Revision: 11998 |