From: Andy Bavier Date: Mon, 8 Feb 2010 21:20:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: sfa-0.9-11~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=552134a790b56cba8230d0eedb0b52909ea20b72;p=sfa.git --- diff --git a/sfa/plc/network.py b/sfa/plc/network.py index 4e1a3b76..73745f6a 100644 --- a/sfa/plc/network.py +++ b/sfa/plc/network.py @@ -72,7 +72,7 @@ class Node: with xml.node(id = self.idtag): with xml.hostname: xml << self.hostname - self.get_primary_iface().toxml() + self.get_primary_iface().toxml(xml) if self.sliver: self.sliver.toxml(xml)