summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-01-18 19:55:51 +0000
committerSteven Barth <steven@midlink.org>2014-01-18 19:55:51 +0000
commit6c45ccec6a297ba2bdf2694142c93fc55dfb9193 (patch)
tree9b62453a5866e03379dc0c9ee83d446b7f8ccd3f /modules/admin-full
parentfe93fd05e7a3cb65469fd2743db74e4accc49207 (diff)
Remove stale IPv6 menu entry
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/controller/admin/network.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua
index 98f439549..4388864eb 100644
--- a/modules/admin-full/luasrc/controller/admin/network.lua
+++ b/modules/admin-full/luasrc/controller/admin/network.lua
@@ -138,13 +138,6 @@ function index()
page.order = 40
end
- if nixio.fs.access("/etc/config/6relayd") then
- page = node("admin", "network", "ipv6")
- page.target = cbi("admin_network/ipv6")
- page.title = _("IPv6 RA and DHCPv6")
- page.order = 45
- end
-
page = node("admin", "network", "routes")
page.target = cbi("admin_network/routes")
page.title = _("Static Routes")