<%+header%>

<%:olsr_topology%>


<% for k, route in ipairs(routes) do if route.Linkcost then route.LQ, route.ILQ, route.ETX = route.Linkcost:match("(.*)/(.*)\t(.*)") end %> <% end %>
<%:destination%> <%:olsr_lasthop%> LQ ILQ ETX
"><%=route["Destination IP"]%> "><%=route["Last hop IP"]%> <%=route.LQ%> <%=route.ILQ%> <%=route.ETX%>

<%+footer%>