projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb9476
)
fix issues with multiple ppp links (noticed by Stefano Rivera)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 31 Aug 2007 16:19:19 +0000
(16:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 31 Aug 2007 16:19:19 +0000
(16:19 +0000)
SVN-Revision: 8563
package/ppp/files/ppp.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/ppp.sh
b/package/ppp/files/ppp.sh
index 507f453fcd116fa23819eeec144348e124f68d24..84def1285b159bf2230381e69fe9af0ee461f47c 100644
(file)
--- a/
package/ppp/files/ppp.sh
+++ b/
package/ppp/files/ppp.sh
@@
-3,6
+3,7
@@
scan_ppp() {
pppdev="${pppdev:-0}"
config_set "$1" ifname "ppp$pppdev"
config_set "$1" unit "$pppdev"
+ pppdev="$(($pppdev + 1))"
}
start_pppd() {
@@
-38,6
+39,7
@@
start_pppd() {
defaultroute \
replacedefaultroute \
${username:+user "$username" password "$password"} \
+ unit "$pppdev" \
linkname "$cfg" \
ipparam "$cfg" \
${connect:+connect "$connect"} \