<%# LuCI - Lua Configuration Interface Copyright 2010 Jo-Philipp Wich Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ -%> <%+header%> <% local fs = require "nixio.fs" local has_ping6 = fs.access("/bin/ping6") or fs.access("/usr/bin/ping6") local has_traceroute6 = fs.access("/usr/bin/traceroute6") %>
">

<%:Diagnostics%>

<%:Network Utilities%>
<% if has_ping6 then %>
<%:IPv4%> <%:IPv6%>
<%end%>
<% if has_traceroute6 then %>
<%:IPv4%> <%:IPv6%>
<%end%>


<%+footer%>