mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
libxml2 artifact cleaned
This commit is contained in:
@@ -170,7 +170,7 @@ class wvmNetwork(wvmConnect):
|
||||
result = []
|
||||
for net in doc.xpath('/network/ip/dhcp/host'):
|
||||
host = net.xpath('@ip')[0]
|
||||
mac = net.xpathEval('@mac')[0]
|
||||
mac = net.xpath('@mac')[0]
|
||||
result.append({'host': host, 'mac': mac})
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user