Skip to content

Commit

Permalink
[package] ppp: remove stray bracked in ppp-up script, thanks swalker
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31647 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed May 7, 2012
1 parent 9179b1b commit 127f379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/ppp/files/lib/netifd/ppp-up
Expand 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
Expand Down

0 comments on commit 127f379

Please sign in to comment.