From 552134a790b56cba8230d0eedb0b52909ea20b72 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Mon, 8 Feb 2010 21:20:15 +0000 Subject: [PATCH] --- sfa/plc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0