VIRTIO_NET_F_MAC
#define VIRTIO_NET_F_MAC (1ULL << 5) /* Host has given MAC address. */
#define VIRTIO_NET_F_MAC (1 << 5) /* host supplies MAC */