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.
 .
 libnet-mac-vendor-perl (1.25-2) UNRELEASED; urgency=medium
 .
   * Team upload.
   * Depend on ieee-data and patch the module to use its copy of oui.txt, which
     is updated monthly (Closes: #805923).
Author: Ivan Kohler <ivan-debian@420.am>
Bug-Debian: https://bugs.debian.org/805923

--- libnet-mac-vendor-perl-1.25.orig/lib/Net/MAC/Vendor.pm
+++ libnet-mac-vendor-perl-1.25/lib/Net/MAC/Vendor.pm
@@ -530,6 +530,10 @@ were using the old C<$Cached> package va
 =cut
 
 sub get_cache_hash { $Cached }
+
+my $file = '/var/lib/ieee-data/oui.txt'; #Debian
+-s $file and load_cache($file);
+
 }
 
 =back
