Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -13/+5 |
| | | | | | | 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: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵ | Jo-Philipp Wich | 2010-05-01 | 1 | -58/+26 |
| | | | | | | 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 | ||||
* | ppp: process option dns if peerdns is off (#6474) | Jo-Philipp Wich | 2010-01-10 | 1 | -3/+10 |
| | | | | SVN-Revision: 19093 | ||||
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵ | Felix Fietkau | 2009-09-06 | 1 | -0/+6 |
| | | | | | | other ppp based protocols as well SVN-Revision: 17529 | ||||
* | fix ppp and pptp typos where is used instead of (#4768, #4778) | Florian Fainelli | 2009-03-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 14882 | ||||
* | 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 | ||||
* | made ppp usepeerdns configurable, fixes #3187 | John Crispin | 2008-03-07 | 1 | -1/+4 |
| | | | | SVN-Revision: 10562 | ||||
* | add workaround for ppp-on-boot issues, fixes #2524 | Felix Fietkau | 2007-12-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 9722 | ||||
* | add ppp ipv6 patch by farnz (from #2525) | Felix Fietkau | 2007-11-07 | 1 | -0/+5 |
| | | | | SVN-Revision: 9508 | ||||
* | fix ppp unit number issues (#2178) | Felix Fietkau | 2007-09-07 | 1 | -3/+6 |
| | | | | SVN-Revision: 8665 | ||||
* | allow the user to disable the defaultroute option for ppp | Felix Fietkau | 2007-09-01 | 1 | -2/+3 |
| | | | | SVN-Revision: 8569 | ||||
* | oops... typo | Felix Fietkau | 2007-08-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 8564 | ||||
* | fix issues with multiple ppp links (noticed by Stefano Rivera) | Felix Fietkau | 2007-08-31 | 1 | -0/+2 |
| | | | | SVN-Revision: 8563 | ||||
* | add pppd options patch from #2114 | Felix Fietkau | 2007-07-23 | 1 | -1/+3 |
| | | | | SVN-Revision: 8116 | ||||
* | various patches to add support for ppp over evdo or character devices | Mike Baker | 2007-05-01 | 1 | -1/+21 |
| | | | | SVN-Revision: 7076 | ||||
* | more reliable fix for handling ppp | Felix Fietkau | 2007-02-25 | 1 | -4/+0 |
| | | | | SVN-Revision: 6356 | ||||
* | fix ppp defaultroute issues (based on patch from #1386, fixes #1181) | Felix Fietkau | 2007-02-25 | 1 | -0/+4 |
| | | | | SVN-Revision: 6354 | ||||
* | Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵ | Felix Fietkau | 2007-01-08 | 1 | -1/+1 |
| | | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043 | ||||
* | fix ppp keepalive setting (#1071) | Felix Fietkau | 2006-12-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 5875 | ||||
* | hopefully fix duplicate ppp instances (#895) | Felix Fietkau | 2006-11-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 5577 | ||||
* | use lock to remove race conditions in bringing up ppp and dhcp that would ↵ | Felix Fietkau | 2006-10-26 | 1 | -2/+8 |
| | | | | | | lead to multiple active processes SVN-Revision: 5298 | ||||
* | make network scripts more robust, prevent multiple instances of pppd and ↵ | Felix Fietkau | 2006-10-24 | 1 | -0/+5 |
| | | | | | | udhcpc for the same interface SVN-Revision: 5290 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+29 |