diff options
Diffstat (limited to 'node/MAC.hpp')
| -rw-r--r-- | node/MAC.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/MAC.hpp b/node/MAC.hpp index 634f9033..cd749911 100644 --- a/node/MAC.hpp +++ b/node/MAC.hpp @@ -224,7 +224,7 @@ public: throw() { unsigned char a = ((unsigned char)(nwid & 0xfe) | 0x02); // locally administered, not multicast, from LSB of network ID - return ((a == 0x52) ? 0x32 : a); // blacklist 0x52 since it's used by KVM + return ((a == 0x52) ? 0x32 : a); // blacklist 0x52 since it's used by KVM, libvirt, and other popular virtualization engines... seems de-facto standard on Linux } /** |
