projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9363fa
)
Added uuid to the PIF record.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 13:51:45 +0000
(13:51 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 13:51:45 +0000
(13:51 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendPIF.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendPIF.py
b/tools/python/xen/xend/XendPIF.py
index b0284278636172f35324aee25605ddd77aa7611f..efb65989e96d854e6e237dead8295132d637648e 100644
(file)
--- a/
tools/python/xen/xend/XendPIF.py
+++ b/
tools/python/xen/xend/XendPIF.py
@@
-117,7
+117,8
@@
class XendPIF:
return success
def get_record(self):
- return {'device': self.device,
+ return {'uuid': self.uuid,
+ 'device': self.device,
'MAC': self.mac,
'MTU': self.mtu,
'VLAN': self.vlan,