Shift our OUI correctly.

Pointed out by: emaste
This commit is contained in:
gnn 2013-11-14 20:07:17 +00:00
parent 8018f37975
commit e48ac6d9c4

View File

@ -62,5 +62,5 @@
*/ */
/* Allocate 64K to bhyve */ /* Allocate 64K to bhyve */
#define OUI_FREEBSD_BHYVE_LOW OUI_FREEBSD + 0x000001 #define OUI_FREEBSD_BHYVE_LOW ((OUI_FREEBSD << 3) + 0x000001)
#define OUI_FREEBSD_BHYVE_HIGH OUI_FREEBSD + 0x00ffff #define OUI_FREEBSD_BHYVE_HIGH ((OUI_FREEBSD << 3) + 0x00ffff)