/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where...
authorTravis Kemen <thepeople@openwrt.org>
Sun, 14 Mar 2010 21:42:56 +0000 (21:42 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Sun, 14 Mar 2010 21:42:56 +0000 (21:42 +0000)
commit1223494f1d1e64461b47330eb3a52e8abfd84891
tree301d9793c175d3d204e737135fed5f377df45efc
parent3a13fb95abd5ccd0f3373d255ef06572e9b11d8c
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) 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
package/ppp/files/ppp.sh
package/pptp/files/pptp.init [new file with mode: 0644]