X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=dummy%2Fproto%2Fppp.sh;fp=dummy%2Fproto%2Fppp.sh;h=9a35fc9da292e00f32358bebf1116c292c56da12;hp=cd57145c2bb124266bdff221ebeceb4f01de09ee;hb=e8a8f555aac97b47bd036264b598affec66f96d5;hpb=ef6ded206fcebd9852df1f649139afd05db60985 diff --git a/dummy/proto/ppp.sh b/dummy/proto/ppp.sh index cd57145..9a35fc9 100755 --- a/dummy/proto/ppp.sh +++ b/dummy/proto/ppp.sh @@ -32,7 +32,9 @@ pppoe_init() { } pppoe_setup() { - echo "pppoe_setup($1, $3): $2" + json_get_var username username + json_get_var password password + echo "pppoe_setup($1, $2), username=$username, password=$password" } pppoe_teardown() {