diff options
Diffstat (limited to 'package/ppp/files.old')
-rwxr-xr-x | package/ppp/files.old/etc/ppp/ip-down | 2 | ||||
-rwxr-xr-x | package/ppp/files.old/etc/ppp/ip-up | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/files.old/etc/ppp/ip-down b/package/ppp/files.old/etc/ppp/ip-down index 487ff6b46..994b15a97 100755 --- a/package/ppp/files.old/etc/ppp/ip-down +++ b/package/ppp/files.old/etc/ppp/ip-down @@ -10,7 +10,7 @@ export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM [ -z "$PPP_IPPARAM" ] || { case "$PPP_IFACE" in # only handle uci managed interfaces here, others are done by generic hotplug - 3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*) + 3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*|l2tp-*) env -i ACTION="ifdown" INTERFACE="$PPP_IPPARAM" DEVICE="$PPP_IFACE" PROTO=ppp /sbin/hotplug-call "iface" uci_revert_state network "$PPP_IPPARAM" ;; diff --git a/package/ppp/files.old/etc/ppp/ip-up b/package/ppp/files.old/etc/ppp/ip-up index 353f66789..44f660bef 100755 --- a/package/ppp/files.old/etc/ppp/ip-up +++ b/package/ppp/files.old/etc/ppp/ip-up @@ -23,7 +23,7 @@ export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM [ -z "$PPP_IPPARAM" ] || { case "$PPP_IFACE" in # only handle uci managed interfaces here, others are done by generic hotplug - 3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*) + 3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*|l2tp-*) env -i ACTION="ifup" INTERFACE="$PPP_IPPARAM" DEVICE="$PPP_IFACE" PROTO=ppp /sbin/hotplug-call "iface" ;; esac |