|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: fixes a typo in the PIF class of th
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1219139319 -3600
# Node ID 2af894d8cecd04ae8bdf298172c5196df42e2f3f
# Parent 9eb8bbfbaa064d6ba760d85a18e3d1553adb1d44
xend: fixes a typo in the PIF class of the Xen-API code.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
tools/python/xen/xend/XendPIF.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 9eb8bbfbaa06 -r 2af894d8cecd tools/python/xen/xend/XendPIF.py
--- a/tools/python/xen/xend/XendPIF.py Mon Aug 18 10:47:54 2008 +0100
+++ b/tools/python/xen/xend/XendPIF.py Tue Aug 19 10:48:39 2008 +0100
@@ -101,7 +101,7 @@ def linux_get_mac(device):
def linux_get_mac(device):
return _linux_get_pif_param(device, 'link/ether')
-def _linux_get_pif_parm(device, param_name):
+def _linux_get_pif_param(device, param_name):
ip_get_dev_data = 'ip link show %s' % device
rc, output = commands.getstatusoutput(ip_get_dev_data)
if rc == 0:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xend: fixes a typo in the PIF class of the Xen-API code.,
Xen patchbot-unstable <=
|
|
|
|
|