Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ppp: the pptp buffering option is not supported anymore, remove it | Jo-Philipp Wich | 2012-06-21 | 1 | -5/+0 |
| | | | | SVN-Revision: 32482 | ||||
* | ppp: add missing options.pptp | Jo-Philipp Wich | 2012-06-11 | 1 | -0/+7 |
| | | | | SVN-Revision: 32233 | ||||
* | ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by ↵ | Jo-Philipp Wich | 2012-06-11 | 1 | -0/+49 |
| | | | | | | Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh SVN-Revision: 32197 | ||||
* | ppp: block restart of interfaces if pppd refused the command line options | Felix Fietkau | 2012-06-10 | 1 | -0/+4 |
| | | | | SVN-Revision: 32160 | ||||
* | ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵ | Felix Fietkau | 2012-06-09 | 1 | -0/+2 |
| | | | | | | time (#11631) SVN-Revision: 32146 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32062 | ||||
* | ppp: fix local ip in status info (fixes #11551) | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31979 | ||||
* | ppp: add back ip-{up,down}.d support for now | Felix Fietkau | 2012-05-26 | 2 | -0/+13 |
| | | | | SVN-Revision: 31860 | ||||
* | pppd: add noipdefault option to /etc/ppp/options (fixes #11499) | Felix Fietkau | 2012-05-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 31831 | ||||
* | ppp: use the new json_get_vars function | Felix Fietkau | 2012-05-14 | 1 | -17/+2 |
| | | | | SVN-Revision: 31726 | ||||
* | ppp: remove stray bracked in ppp-up script, thanks swalker | Jo-Philipp Wich | 2012-05-07 | 1 | -1/+0 |
| | | | | SVN-Revision: 31647 | ||||
* | netifd: update to latest version, fixes address/route list handling issues ↵ | Felix Fietkau | 2012-04-29 | 1 | -0/+1 |
| | | | | | | and fixes dual-stack ppp route handling SVN-Revision: 31516 | ||||
* | ppp: move ppp-{up,down} from the netifd package to pppd | Felix Fietkau | 2012-04-17 | 2 | -0/+22 |
| | | | | SVN-Revision: 31340 | ||||
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵ | Felix Fietkau | 2012-03-20 | 8 | -307/+154 |
| | | | | | | file to the pppd package SVN-Revision: 31041 | ||||
* | package/ppp: fix typo in r28868 (closes: #10429) | Nicolas Thill | 2011-11-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 29165 | ||||
* | package/ppp: use new service wrappers | Nicolas Thill | 2011-11-08 | 1 | -4/+8 |
| | | | | SVN-Revision: 28868 | ||||
* | ppp: move the rp_pppoe_* options behind the plugin argument | Jo-Philipp Wich | 2011-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 28368 | ||||
* | ppp: implement pppoe specific uci options "ac" and "service" which map to ↵ | Jo-Philipp Wich | 2011-10-04 | 1 | -3/+14 |
| | | | | | | "rp_pppoe_ac" and "rp_pppoe_service" SVN-Revision: 28366 | ||||
* | ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵ | Jo-Philipp Wich | 2011-10-04 | 2 | -3/+11 |
| | | | | | | appending the nic-xxx argument last SVN-Revision: 28364 | ||||
* | ppp: extend the r26742 change to ip-down too | Jo-Philipp Wich | 2011-04-20 | 1 | -4/+7 |
| | | | | SVN-Revision: 26743 | ||||
* | ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275) | Jo-Philipp Wich | 2011-04-20 | 1 | -1/+8 |
| | | | | SVN-Revision: 26742 | ||||
* | 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 | 1 | -0/+4 |
| | | | | SVN-Revision: 25025 | ||||
* | pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵ | Jo-Philipp Wich | 2010-10-20 | 1 | -3/+3 |
| | | | | | | 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 | 1 | -4/+6 |
| | | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530 | ||||
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 1 | -9/+1 |
| | | | | SVN-Revision: 23088 | ||||
* | ppp: interpret "demand" option as timeout in seconds (#7517) | Jo-Philipp Wich | 2010-06-26 | 1 | -3/+3 |
| | | | | SVN-Revision: 21903 | ||||
* | ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵ | Jo-Philipp Wich | 2010-05-07 | 2 | -14/+10 |
| | | | | | | 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 | 1 | -0/+0 |
| | | | | SVN-Revision: 21303 | ||||
* | ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package | Jo-Philipp Wich | 2010-05-02 | 1 | -0/+25 |
| | | | | 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 | 3 | -62/+29 |
| | | | | | | 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 | ||||
* | /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 | ||||
* | fix issues with pptpd server and firewall, closes #2342 | Travis Kemen | 2010-02-26 | 2 | -2/+2 |
| | | | | SVN-Revision: 19873 | ||||
* | 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 | 1 | -0/+3 |
| | | | | SVN-Revision: 17801 | ||||
* | ppp: quote positional parameters when calling up/down scripts (closes: #5622) | Nicolas Thill | 2009-09-27 | 2 | -2/+2 |
| | | | | SVN-Revision: 17763 | ||||
* | 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 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | fix ppp and pptp typos where is used instead of (#4768, #4778) | Florian Fainelli | 2009-03-15 | 3 | -3/+3 |
| | | | | 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 |