Add ppp-mod-pppol2tp subpackage to ppp
[openwrt/svn-archive/archive.git] / package / ppp / files.old / etc / ppp / ip-up
index 353f667895ed7bda73e45c0193612a4f3768693a..44f660bef13d874c0095716bf531b643aaf8a276 100755 (executable)
@@ -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