WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xend: fixes a typo in the PIF class of th

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: fixes a typo in the PIF class of the Xen-API code.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 Aug 2008 06:50:08 -0700
Delivery-date: Tue, 19 Aug 2008 06:49:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=