X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Fmodel%2Fnetwork.lua;h=28237e49a80abf8fa941b1dd30b0e94524e8ea03;hp=30e75b9e4c4d69dc48e007dd7bad7cf3a9bf4b89;hb=ea294f0b645a04db24a7dc75057cec48f6493bd7;hpb=9d83aafb789a5c4ffdefcc3e336354485e80fc38 diff --git a/libs/core/luasrc/model/network.lua b/libs/core/luasrc/model/network.lua index 30e75b9e4..28237e49a 100644 --- a/libs/core/luasrc/model/network.lua +++ b/libs/core/luasrc/model/network.lua @@ -155,7 +155,7 @@ function _iface_ignore(x) x:match("^wmaster%d") or x:match("^wifi%d") or x:match("^hwsim%d") or x:match("^imq%d") or x:match("^mon.wlan%d") or x:match("^6in4-%w") or x:match("^6to4-%w") or x:match("^3g-%w") or x:match("^ppp-%w") or - x:match("^pppoe-%w") or x:match("^pppoa-%w") or x == "lo" + x:match("^pppoe-%w") or x:match("^pppoa-%w") or x == "sit0" or x == "lo" ) end