From a4f3f52d1c5932633be3b58996f9b719120d0717 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 22 Jan 2013 10:44:16 +0000 Subject: New IPv6 integration --- modules/admin-full/luasrc/controller/admin/network.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/admin-full/luasrc/controller') diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua index f401ecd185..54afa1b380 100644 --- a/modules/admin-full/luasrc/controller/admin/network.lua +++ b/modules/admin-full/luasrc/controller/admin/network.lua @@ -138,6 +138,13 @@ 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") -- cgit v1.2.3