-
-
<%:Network%>
-
<%:Target%>
-
<%:Source%>
-
<%:Metric%>
-
<%:Table%>
-
- <%
- for _, v in ipairs(ip.routes({ family = 6, type = 1 })) do
- if v.dest and not v.dest:is6linklocal() then
- %>
-
-
<%=luci.tools.webadmin.iface_get_network(v.dev) or '(' .. v.dev .. ')'%>
-
<%=v.dest%>
-
<%=v.from%>
-
<%=v.metric or 0%>
-
<%=rtn[v.table] or v.table%>
-
- <%
- style = not style
- end
- end
- %>
-