summaryrefslogtreecommitdiffstats
path: root/health-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'health-model.lua')
-rw-r--r--health-model.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/health-model.lua b/health-model.lua
index 0389346..f5c0ee1 100644
--- a/health-model.lua
+++ b/health-model.lua
@@ -90,6 +90,7 @@ get_network = function (self)
local network = {}
network.interfaces = cfe({ value=querycmd("ip addr"), label="Interfaces" })
network.routes = cfe({ value=querycmd("ip route"), label="Routes" })
+ network.tunnel = cfe({ value=querycmd("ip tunnel"), label="Tunnels" })
return cfe({ type="group", value=network })
end