Remove stale IPv6 menu entry
This commit is contained in:
parent
fe93fd05e7
commit
6c45ccec6a
1 changed files with 0 additions and 7 deletions
|
@ -138,13 +138,6 @@ function index()
|
||||||
page.order = 40
|
page.order = 40
|
||||||
end
|
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 = node("admin", "network", "routes")
|
||||||
page.target = cbi("admin_network/routes")
|
page.target = cbi("admin_network/routes")
|
||||||
page.title = _("Static Routes")
|
page.title = _("Static Routes")
|
||||||
|
|
Loading…
Reference in a new issue