Displaying 1 result from an estimated 1 matches for "libxlmaken".
Did you mean:
libxlmakenic
2014 Sep 02
0
libvirt ignores ip setting when creating a xen domU?
...oid ip conflict but I couldn't get ip address from xenstore when I create a guest using libvirt with libxl connector. With 'xl create' command, it works everything fine, but not with libvirt. So I dug into the source code, I couldn't find any code for declaring x_nic->ip field in libxlMakeNic().
Or I?just created XML file the wrong way?
?
Here is a part of domain XML:
? ? ? ? <interface type="bridge">
? ? ? ? ? ? <mac address="00:16:3e:51:6b:19" />
? ? ? ? ? ? <protocol family="ipv4">
? ? ? ? ? ? ? ? <ip address="10.0.1.119"...