Update OUI download link

This commit is contained in:
Oliver Gorwits
2015-08-27 15:46:34 +01:00
parent 8043cf1780
commit 263f196996
2 changed files with 7 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ sub deploy_oui {
@lines = File::Slurp::read_file($ARGV[0], err_mode => 'quiet');
}
else {
my $url = 'http://standards.ieee.org/develop/regauth/oui/oui.txt';
my $url = 'http://standards-oui.ieee.org/oui.txt';
my $resp = HTTP::Tiny->new->get($url);
@lines = split /\n/, $resp->{content};
}