mirror of https://github.com/hak5/openwrt.git
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
#!/bin/sh
|
||
|
PPP_IPPARAM="$6"
|
||
|
|
||
|
. /lib/netifd/netifd-proto.sh
|
||
|
proto_init_update "$IFNAME" 0
|
||
|
proto_send_update "$PPP_IPPARAM"
|