From 0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 22 Nov 2019 13:39:45 -0500 Subject: [#64,!35] Restored work Restored cummulative work. --- contrib/dhcp-lease-list.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/dhcp-lease-list.pl b/contrib/dhcp-lease-list.pl index aa6372df..3a87516c 100644 --- a/contrib/dhcp-lease-list.pl +++ b/contrib/dhcp-lease-list.pl @@ -20,6 +20,8 @@ # # 2016-01-18 - Mainly cosmetics. Eliminated spurious output in "parsable" mode. # Provided for the various conventional lease file locations. (cbp) +# +# 2019-06-20 - Updated OUI_URL location. -TS use strict; use warnings; @@ -30,7 +32,7 @@ my @all_leases; my @leases; my @OUIS = ('/usr/share/misc/oui.txt', '/usr/local/etc/oui.txt'); -my $OUI_URL = 'http://standards.ieee.org/regauth/oui/oui.txt'; +my $OUI_URL = 'http://standards-oui.ieee.org/oui.txt'; my $oui; my %data; -- cgit v1.2.1