projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix id tag
[openwrt.git]
/
package
/
pptp
/
files
/
ifup.pptp
diff --git
a/package/pptp/files/ifup.pptp
b/package/pptp/files/ifup.pptp
index
c8a1a5e
..
fe04d97
100644
(file)
--- a/
package/pptp/files/ifup.pptp
+++ b/
package/pptp/files/ifup.pptp
@@
-33,7
+33,7
@@
do_ifup $PPTP_PROTO $type
# hack for some buggy ISPs
NETMASK=$(nvram get ${type}_netmask)
-IFNAME=$(nvram get
pptp_ifnam
e)
+IFNAME=$(nvram get
${type}_devic
e)
[ -z "$NETMASK" -o -z "$IFNAME" ] || ifconfig $IFNAME netmask $NETMASK
/usr/sbin/pppd \
This page took
0.025435 seconds
and
4
git commands to generate.