mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 06:22:49 +04:00
Remove stale IPv6 menu entry
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user