git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fe93fd0
)
Remove stale IPv6 menu entry
author
Steven Barth
<redacted>
Sat, 18 Jan 2014 19:55:51 +0000
(19:55 +0000)
committer
Steven Barth
<redacted>
Sat, 18 Jan 2014 19:55:51 +0000
(19:55 +0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index 98f4395495255f2dc05eba22feb51cfd3b5a2f1b..4388864eb1e7c3678777a3e9be36b34171da4948 100644
(file)
--- 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")
git clone https://git.99rst.org/PROJECT