+ <%=ifc[rt.device]%> |
+ <%=rt.dest:string()%> |
+ <%=rt.source:string()%> |
+ <%-
+ local metr = rt.metric
+ local lower = bit.band(metr, 0xffff)
+ local higher = bit.rshift(bit.band(metr, 0xffff0000), 16)
+ write(string.format("%04X%04X", higher, lower))
+ -%> |
+
+ <% style = not style; end) %>
+