
When I did dumpxml for the different netpool types. I did not see any specific information for nat type : for ex: the dump did not show <forward mode='nat'/>. Also for routed pool I did not see the <forward mode="route" dev="eth1"/>. Are we not setting these kind of information via Libvirt-cim ?
We should be able to set these values via libvirt-cim. However, looks like there is a bug here.. I'll work on fixing that. Thanks for catching that! If you don't specify the forward mode (like Daisy does below), then you get an isolated network.
+ return FAIL + np_prop = { + "Address" : addr, + "Netmask" : "255.255.255.0", + "IPRangeStart" : "192.168.0.31", + "IPRangeEnd" : "192.168.0.57", + }
-- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com