Displaying 1 result from an estimated 1 matches for "x_nic".
Did you mean:
_nic
2014 Sep 02
0
libvirt ignores ip setting when creating a xen domU?
...writing a script to avoid 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 ad...