Update OUI download link
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2.033001 - 2015-08-27
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Update OUI download link
|
||||||
|
|
||||||
2.033000 - 2015-08-26
|
2.033000 - 2015-08-26
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ sub deploy_oui {
|
|||||||
@lines = File::Slurp::read_file($ARGV[0], err_mode => 'quiet');
|
@lines = File::Slurp::read_file($ARGV[0], err_mode => 'quiet');
|
||||||
}
|
}
|
||||||
else {
|
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);
|
my $resp = HTTP::Tiny->new->get($url);
|
||||||
@lines = split /\n/, $resp->{content};
|
@lines = split /\n/, $resp->{content};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user