Description: Use ieee-data's copy of oui.txt, updated monthly
 A small patch to the module to use ieee-data's copy of oui.txt instead of
 retreiving it from the network on-demand.
Author: Ivan Kohler <ivan-debian@420.am>
Bug-Debian: https://bugs.debian.org/805923
--- a/lib/Net/MAC/Vendor.pm
+++ b/lib/Net/MAC/Vendor.pm
@@ -545,6 +545,10 @@
 =cut
 
 sub get_cache_hash { $Cached }
+
+my $file = '/var/lib/ieee-data/oui.txt'; #Debian
+-s $file and load_cache($file);
+
 }
 
 =back
