diff --git a/Netdisco/Changes b/Netdisco/Changes index 82f8f253..88a27da9 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -5,6 +5,7 @@ * #27 add SNMP tips for Huawei, CloudEngine, Linksys (stoatwblr) * Add GAIA Embedded SSH collector (not the same as VSX, apparently) * Add another community FreeBSD install guide + * Move to Github hosted IEEE OUI data [BUG FIXES] diff --git a/Netdisco/bin/netdisco-deploy b/Netdisco/bin/netdisco-deploy index b044cd4b..9c1f9b51 100755 --- a/Netdisco/bin/netdisco-deploy +++ b/Netdisco/bin/netdisco-deploy @@ -197,7 +197,7 @@ sub deploy_oui { @lines = File::Slurp::read_file($ARGV[0], err_mode => 'quiet'); } else { - my $url = 'http://standards-oui.ieee.org/oui.txt'; + my $url = 'https://raw.githubusercontent.com/netdisco/upstream-sources/master/ieee/oui.txt'; my $resp = HTTP::Tiny->new->get($url); @lines = split /\n/, $resp->{content}; }