aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/files
Commit message (Collapse)AuthorAgeFilesLines
* base-files, ppp: fix interface shutdownJo-Philipp Wich2010-05-061-5/+4
| | | | SVN-Revision: 21386
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-051-1/+6
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵Jo-Philipp Wich2010-05-051-2/+4
| | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361
* ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-021-0/+0
| | | | SVN-Revision: 21303
* ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-021-0/+25
| | | | SVN-Revision: 21302
* ppp: bring pppoa script in sync with updated ppp logicJo-Philipp Wich2010-05-011-7/+16
| | | | SVN-Revision: 21287
* ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵Jo-Philipp Wich2010-05-013-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 Wich2010-05-011-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 Kemen2010-03-141-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 #2342Travis Kemen2010-02-262-2/+2
| | | | SVN-Revision: 19873
* ppp: process option dns if peerdns is off (#6474)Jo-Philipp Wich2010-01-101-3/+10
| | | | SVN-Revision: 19093
* ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-301-0/+3
| | | | SVN-Revision: 17801
* ppp: quote positional parameters when calling up/down scripts (closes: #5622)Nicolas Thill2009-09-272-2/+2
| | | | SVN-Revision: 17763
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-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 Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-153-3/+3
| | | | SVN-Revision: 14882
* fix a race condition where ppp interfaces were not added to the firewall ↵Felix Fietkau2008-11-281-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 Thill2008-09-232-0/+2
| | | | | | (closes: #3902) SVN-Revision: 12660
* ppp: derive interface unit numbers from previous enumerationFelix Fietkau2008-08-281-4/+10
| | | | SVN-Revision: 12417
* fix ppp interface enumeration - don't enumerate already processed interfacesFelix Fietkau2008-08-271-1/+1
| | | | SVN-Revision: 12416
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | SVN-Revision: 11998
* make ip-up scripts aware of network settingsJohn Crispin2008-06-111-2/+1
| | | | SVN-Revision: 11446
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-031-0/+1
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* fix interface enumeration issues related to /var/state/network (thx to fish ↵Felix Fietkau2008-04-021-1/+1
| | | | | | for debugging this) SVN-Revision: 10715
* made ppp usepeerdns configurable, fixes #3187John Crispin2008-03-071-1/+4
| | | | SVN-Revision: 10562
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-5/+3
| | | | SVN-Revision: 10367
* fix pppoe on dynamically assigned interfacesFelix Fietkau2007-12-231-3/+1
| | | | SVN-Revision: 9852
* add workaround for ppp-on-boot issues, fixes #2524Felix Fietkau2007-12-131-0/+4
| | | | SVN-Revision: 9722
* add ppp ipv6 patch by farnz (from #2525)Felix Fietkau2007-11-073-2/+35
| | | | SVN-Revision: 9508
* Add ipv6 up/down using route (#2372)Florian Fainelli2007-09-162-0/+4
| | | | SVN-Revision: 8794
* Use default values for lcp-echo-failure and lcp-echo-interval (#2373)Florian Fainelli2007-09-161-0/+2
| | | | SVN-Revision: 8785
* fix ppp unit number issues (#2178)Felix Fietkau2007-09-071-3/+6
| | | | SVN-Revision: 8665
* allow the user to disable the defaultroute option for pppFelix Fietkau2007-09-011-2/+3
| | | | SVN-Revision: 8569
* oops... typoFelix Fietkau2007-08-311-1/+1
| | | | SVN-Revision: 8564
* fix issues with multiple ppp links (noticed by Stefano Rivera)Felix Fietkau2007-08-311-0/+2
| | | | SVN-Revision: 8563
* fix ifname in network state for pppoe and pptp, add a workaround for isps ↵Felix Fietkau2007-08-301-0/+5
| | | | | | sending wrong netmasks for pptp (thx, moonwatcher) SVN-Revision: 8552
* add pppd options patch from #2114Felix Fietkau2007-07-231-1/+3
| | | | SVN-Revision: 8116
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-162-2/+28
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* various patches to add support for ppp over evdo or character devicesMike Baker2007-05-011-1/+21
| | | | SVN-Revision: 7076
* add better default config for ar7, add br2684ctl init script, add a missing ↵Felix Fietkau2007-04-211-1/+7
| | | | | | setting for pppoa SVN-Revision: 7024
* set the DEVICE variable in hotplug events from ppp interfacesFelix Fietkau2007-03-242-2/+2
| | | | SVN-Revision: 6667
* Change mtu value for pppoa and pppoe (#945)Florian Fainelli2007-03-142-2/+2
| | | | SVN-Revision: 6566
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-042-2/+2
| | | | SVN-Revision: 6512
* more reliable fix for handling pppFelix Fietkau2007-02-251-4/+0
| | | | SVN-Revision: 6356
* fix ppp defaultroute issues (based on patch from #1386, fixes #1181)Felix Fietkau2007-02-251-0/+4
| | | | SVN-Revision: 6354
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-081-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 Fietkau2006-12-201-2/+2
| | | | SVN-Revision: 5875
* hopefully fix duplicate ppp instances (#895)Felix Fietkau2006-11-181-1/+1
| | | | SVN-Revision: 5577
* fix vpi/vci setting for pppoaFelix Fietkau2006-10-301-1/+3
| | | | SVN-Revision: 5351
* use lock to remove race conditions in bringing up ppp and dhcp that would ↵Felix Fietkau2006-10-261-2/+8
| | | | | | lead to multiple active processes SVN-Revision: 5298