mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
43695701ec
SVN-Revision: 31340
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
PPP_IPPARAM="$6"
|
|
|
|
. /lib/netifd/netifd-proto.sh
|
|
proto_init_update "$IFNAME" 0
|
|
proto_send_update "$PPP_IPPARAM"
|