(no commit message)
authorAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 21:20:15 +0000 (21:20 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 21:20:15 +0000 (21:20 +0000)
sfa/plc/network.py

index 4e1a3b7..73745f6 100644 (file)
@@ -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)