From f5bfd8b75be995e7e7d106343475172a38f4802f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 13 Mar 2011 22:15:53 +0000 Subject: [PATCH] modules/admin-full: move former active connections arp info to the routes overview page --- .../admin-full/luasrc/view/admin_status/routes.htm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/modules/admin-full/luasrc/view/admin_status/routes.htm b/modules/admin-full/luasrc/view/admin_status/routes.htm index c3a0fb3a0..52a80d98d 100644 --- a/modules/admin-full/luasrc/view/admin_status/routes.htm +++ b/modules/admin-full/luasrc/view/admin_status/routes.htm @@ -29,6 +29,28 @@ $Id$
<%:The following rules are currently active on this system.%>
+ ARP +
+ + + + + + + + <% luci.sys.net.arptable(function(e) %> + + + + + + <% style = not style; end) %> +
<%_IPv4-Address%><%_MAC-Address%><%:Interface%>
<%=e["IP address"]%><%=e["HW address"]%><%=e["Device"]%>
+
+
+
+ +
<%_Active IPv4-Routes%>
-- 2.11.0