summaryrefslogtreecommitdiff
path: root/node/MAC.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-06-18 08:25:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-06-18 08:25:30 -0700
commit5d467f0f4590cfcbdc1b0699fe07e5a0f6e27764 (patch)
tree3502ce815d57b95be69b45771f201fc5d3d60dea /node/MAC.hpp
parent2162a419e376ae20e208722f7f196f90794e51b4 (diff)
downloadinfinitytier-5d467f0f4590cfcbdc1b0699fe07e5a0f6e27764.tar.gz
infinitytier-5d467f0f4590cfcbdc1b0699fe07e5a0f6e27764.zip
Some TRACE improvements and comment revs.
Diffstat (limited to 'node/MAC.hpp')
-rw-r--r--node/MAC.hpp2
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
}
/**