summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--libs/core/luasrc/model/network/proto_ppp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core/luasrc/model/network/proto_ppp.lua b/libs/core/luasrc/model/network/proto_ppp.lua
index 481ca5f31e..af6f394025 100644
--- a/libs/core/luasrc/model/network/proto_ppp.lua
+++ b/libs/core/luasrc/model/network/proto_ppp.lua
@@ -78,7 +78,7 @@ for _, p in ipairs({"ppp", "pptp", "pppoe", "pppoa", "3g"}) do
if self:is_floating() then
return (netmod:ifnameof(ifc) == self:ifname())
else
- return netmod.protocol.contains_interface(self, ifname)
+ return netmod.protocol.contains_interface(self, ifc)
end
end