Package: udev
Version: 167-1
Severity: minor
Tags: patch, upstream

Microsoft Hyper-V has a dynamic MAC address mode wherein MAC addresses
start with 00:15:5D, then the low two octets from the host IP address,
then a sequential octet.  These should be skipped for the same reason
VMWare dyanmic MACs are skipped.

--- /lib/udev/rules.d/75-persistent-net-generator.rules
+++ /lib/udev/rules.d/75-persistent-net-generator.rules
@@ -70,6 +70,7 @@
 ENV{MATCHADDR}=="?[2367abef]:*",       ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="00:00:00:00:00:00",   ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", ENV{MATCHADDR}=""
+ENV{MATCHADDR}=="00:15:5d:*",          ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""
 
 LABEL="globally_administered_whitelist"



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to