On Thu, Mar 20, 2014 at 09:39:21AM +0100, Wojciech Macek wrote: > Add support for MAC address configuration no network bridge > interface. > --- > src/bhyve/bhyve_command.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/src/bhyve/bhyve_command.c b/src/bhyve/bhyve_command.c > index 15029cd..42cab10 100644 > --- a/src/bhyve/bhyve_command.c > +++ b/src/bhyve/bhyve_command.c > @@ -176,7 +176,11 @@ bhyveBuildNetArgStr(const virDomainDef *def, virCommandPtr cmd) > } > > virCommandAddArg(cmd, "-s"); > - virCommandAddArgFormat(cmd, "1:0,virtio-net,%s", realifname); > + virCommandAddArgFormat(cmd, "1:0,virtio-net,%s,mac=%02x:%02x:%02x:%02x:%02x:%02x", > + realifname, > + net->mac.addr[0], net->mac.addr[1], > + net->mac.addr[2], net->mac.addr[3], > + net->mac.addr[4], net->mac.addr[5]); > > return 0; > } ACK Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list