Merge pull request #1735 from sumpfralle/olsr-jsoninfo-parser-handle-empty-result
[oweals/luci.git] / protocols / luci-proto-ipv6 / luasrc / model / network / proto_4x6.lua
index 7508e0d4b00cb622df8a4e8c769df78a7872b2a5..0b329d8a92bb08dc387a4cce705e3194140abcc9 100644 (file)
@@ -49,7 +49,7 @@ for _, p in ipairs({"dslite", "map", "464xlat"}) do
                return nil
        end
 
-       function proto.contains_interface(self, ifname)
+       function proto.contains_interface(self, ifc)
                return (netmod:ifnameof(ifc) == self:ifname())
        end
 end