<%# Copyright 2010 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <%+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 %> <% else %> <% end %>

<% if has_traceroute6 then %> <% else %> <% end %> <% if not has_traceroute6 then %>

 

<%:Install iputils-traceroute6 for IPv6 traceroute%>

<% end %>



<%+footer%>