1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 15:18:31 +03:00
openwrt-xburst/openwrt/package/ppp/files/etc/ppp/ip-down

3 lines
95 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -z "$6" ] || env -i ACTION="ifdown" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface"