Skip to content
Snippets Groups Projects
Commit 0422ba46 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

ppp: remove stray bracked in ppp-up script, thanks swalker

SVN-Revision: 31647
parent 93c9980b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment