[package] base-files: make the skipping of ppp interfaces in 10-net hotplug more...
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / hotplug.d / net / 10-net
index 0886c74c59661d7670c509cc7e4662666b2ae9d0..4744a1e8100a8b4c88fe3a33e078320788701839 100644 (file)
@@ -11,7 +11,7 @@ addif() {
 
        # PPP devices are configured by pppd, no need to run setup_interface here
        case "$INTERFACE" in
-               ppp*|3g-*) return 0;;
+               3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*) return 0;;
                ath*) return 0;;
                wlan*) return 0;;
        esac