summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/luasrc/model/network.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-compat/luasrc/model/network.lua')
-rw-r--r--modules/luci-compat/luasrc/model/network.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-compat/luasrc/model/network.lua b/modules/luci-compat/luasrc/model/network.lua
index 7c88b428cc..b3fc2a7c28 100644
--- a/modules/luci-compat/luasrc/model/network.lua
+++ b/modules/luci-compat/luasrc/model/network.lua
@@ -1447,6 +1447,7 @@ function interface.ports(self)
for _, iface in ipairs(members) do
ifaces[#ifaces+1] = interface(iface)
end
+ return ifaces
end
end