diff options
Diffstat (limited to 'openwrt/package/ppp/files/etc/ppp/ip-down')
-rwxr-xr-x | openwrt/package/ppp/files/etc/ppp/ip-down | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/ppp/files/etc/ppp/ip-down b/openwrt/package/ppp/files/etc/ppp/ip-down new file mode 100755 index 000000000..044759fbf --- /dev/null +++ b/openwrt/package/ppp/files/etc/ppp/ip-down @@ -0,0 +1,2 @@ +#!/bin/sh +[ -z "$6" ] || env -i ACTION="ifdown" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface" |