aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/ieee_oui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/ieee_oui.h b/sys/net/ieee_oui.h
index 3fcb96b597a1..ab7e52f6ebce 100644
--- a/sys/net/ieee_oui.h
+++ b/sys/net/ieee_oui.h
@@ -62,6 +62,6 @@
* allocated for any reason.
*/
-/* Allocate 64K to bhyve */
+/* Allocate 20 bits to bhyve */
#define OUI_FREEBSD_BHYVE_LOW OUI_FREEBSD(0x000001)
-#define OUI_FREEBSD_BHYVE_HIGH OUI_FREEBSD(0x00ffff)
+#define OUI_FREEBSD_BHYVE_HIGH OUI_FREEBSD(0x0fffff)