1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 20:22:04 +03:00
openwrt-xburst/package/ppp/files/lib/netifd/ppp-down

7 lines
121 B
Plaintext
Raw Normal View History

#!/bin/sh
PPP_IPPARAM="$6"
. /lib/netifd/netifd-proto.sh
proto_init_update "$IFNAME" 0
proto_send_update "$PPP_IPPARAM"