This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced
2025-01-21 22:22:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c227567fb5
openwrt
/
package
/
ppp
/
files
History
Travis Kemen
1223494f1d
/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
2010-03-14 21:42:56 +00:00
..
etc
/ppp
fix issues with pptpd server and firewall,
closes
#2342
2010-02-26 17:16:18 +00:00
ppp.sh
/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).
2010-03-14 21:42:56 +00:00
pppoa.sh
pppoe.sh
move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp based protocols as well
2009-09-06 17:36:01 +00:00