projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c9980
)
ppp: remove stray bracked in ppp-up script, thanks swalker
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 May 2012 22:41:41 +0000
(22:41 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 May 2012 22:41:41 +0000
(22:41 +0000)
SVN-Revision: 31647
package/ppp/files/lib/netifd/ppp-up
patch
|
blob
|
history
diff --git
a/package/ppp/files/lib/netifd/ppp-up
b/package/ppp/files/lib/netifd/ppp-up
index ee22151b9ff870733ede78f26728fc11f69e24b9..7329e54ffd1b3cffa4aa111db0ddcbc2706eed79 100755
(executable)
--- a/
package/ppp/files/lib/netifd/ppp-up
+++ b/
package/ppp/files/lib/netifd/ppp-up
@@
-5,7
+5,6
@@
PPP_IPPARAM="$6"
proto_init_update "$IFNAME" 1 1
proto_set_keep 1
[ -n "$PPP_IPPARAM" ] && {
- [
[ -n "$IPLOCAL" ] && proto_add_ipv4_address "$IPREMOTE" 32
[ -n "$IPREMOTE" ] && proto_add_ipv4_route 0.0.0.0 0 "$IPREMOTE"
[ -n "$LLLOCAL" ] && proto_add_ipv6_address "$LLLOCAL" 128