mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-10 18:04:26 -05:00
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"
|