aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/files/etc
Commit message (Collapse)AuthorAgeFilesLines
* [package] ppp: add missing options.pptpJo-Philipp Wich2012-06-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: add noipdefault option to /etc/ppp/options (fixes #11499)Felix Fietkau2012-05-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-205-122/+0
| | | | | | file to the pppd package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: extend the r26742 change to ip-down tooJo-Philipp Wich2011-04-201-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces ↵Jo-Philipp Wich2011-04-201-1/+8
| | | | | | (#9275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: honour option auto in atm hotplugJo-Philipp Wich2010-10-191-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: convert dos line endings in 20-atm-modem hotplug handler to ↵Jo-Philipp Wich2010-05-111-25/+25
| | | | | | unix format git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp:Jo-Philipp Wich2010-05-071-1/+5
| | | | | | | | | | - don't let pppd control resolv.conf.auto because it will wipe foreign 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-021-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-021-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp:Jo-Philipp Wich2010-05-011-2/+1
| | | | | | | | | | | - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [patchteam] fix issues with pptpd server and firewall, closes #2342Travis Kemen2010-02-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-301-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: quote positional parameters when calling up/down scripts ↵Nicolas Thill2009-09-272-2/+2
| | | | | | (closes: #5622) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing /etc/functions.sh include required for saving network state ↵Nicolas Thill2008-09-232-0/+2
| | | | | | (closes: #3902) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make ip-up scripts aware of network settingsJohn Crispin2008-06-111-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp/pptp fixes:Nicolas Thill2008-05-031-0/+1
| | | | | | | | | - prevent ppp from logging to /etc/ppp/connect-errors (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ppp ipv6 patch by farnz (from #2525)Felix Fietkau2007-11-072-2/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ipv6 up/down using route (#2372)Florian Fainelli2007-09-162-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use default values for lcp-echo-failure and lcp-echo-interval (#2373)Florian Fainelli2007-09-161-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set the DEVICE variable in hotplug events from ppp interfacesFelix Fietkau2007-03-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-042-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: try to reconnect indefinitely (#551)Felix Fietkau2006-06-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ppp with trunk and convert it to -ng.Nicolas Thill2006-05-242-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* precompile ppp active filter (reduces libpcap overhead to only a few k), ↵Felix Fietkau2006-03-181-0/+23
| | | | | | enable by default to support proper demand dialling, fixes #307 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless /etc/ppp/peers/sample fileFelix Fietkau2006-01-111-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hotplug stuff to trunk/Felix Fietkau2005-11-072-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable ↵Nicolas Thill2005-05-188-0/+356
chat package, split ppp patch into multiple patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@940 3c298f89-4303-0410-b956-a3cf2f4a3e73