Remove stale IPv6 menu entry

This commit is contained in:
Steven Barth 2014-01-18 19:55:51 +00:00
parent fe93fd05e7
commit 6c45ccec6a

View file

@ -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")