From 5d467f0f4590cfcbdc1b0699fe07e5a0f6e27764 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 18 Jun 2014 08:25:30 -0700 Subject: Some TRACE improvements and comment revs. --- node/MAC.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/MAC.hpp') 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 } /** -- cgit v1.2.3