summaryrefslogtreecommitdiffstats
path: root/aconf/modules
diff options
context:
space:
mode:
Diffstat (limited to 'aconf/modules')
-rw-r--r--aconf/modules/network.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconf/modules/network.lua b/aconf/modules/network.lua
index 80ef079..34b4064 100644
--- a/aconf/modules/network.lua
+++ b/aconf/modules/network.lua
@@ -128,7 +128,7 @@ Interface.class = M.String{
{saddr, 'bridge'},
{'/files/proc/net/vlan', name}
} do
- if txn:get(M.path.join(unpack(addr))) then
+ if txn:get(M.path.join(table.unpack(addr))) then
return 'logical'
end
end