From 33994624378d17a104d1291bade1db4dd988c9d1 Mon Sep 17 00:00:00 2001 From: Matt Zagrabelny Date: Thu, 2 Feb 2017 12:15:36 -0600 Subject: [PATCH] add the MAC address to the brief view of DHCP Scopes The impetus for this change is the ip.html view of an address with a DHCP host scope. It would be nice to see the MAC address with all the other relevant details (A records, etc.) --- etc/netdot.meta | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/netdot.meta b/etc/netdot.meta index 2a7d264d2..8cac05cb1 100644 --- a/etc/netdot.meta +++ b/etc/netdot.meta @@ -3378,6 +3378,7 @@ $meta = { ], brief => [ 'name', + 'physaddr', 'type', ] }