From 02a93bca500acac3d051ac6a541e70905f1934e9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 25 Jan 2016 17:54:38 +0100 Subject: [PATCH] luci-mod-admin-full: map DHCPv6 DUIDs to MACs Map DUIDs to their corresponding MAC addresses in order to correlate them with IPv4 information. This is useful to e.g. identify IPv6 hosts which do not send a name. Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/admin_network/lease_status.htm | 28 ++++++++++++++++++++-- .../luasrc/view/admin_status/index.htm | 26 ++++++++++++++++++-- 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm b/modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm index ab8e73257..f7787dd1e 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm @@ -1,4 +1,18 @@