From ceb5f699fdccf1c56d571a64e16ae9ac606fc2bb Mon Sep 17 00:00:00 2001
From: Andy Bavier <acb@cs.princeton.edu>
Date: Fri, 4 Sep 2009 15:41:10 +0000
Subject: [PATCH] New plugin interface

---
 NodeManager-topo.spec | 2 +-
 topo.py               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NodeManager-topo.spec b/NodeManager-topo.spec
index f1f2631..f15584f 100644
--- a/NodeManager-topo.spec
+++ b/NodeManager-topo.spec
@@ -2,7 +2,7 @@
 
 Name:		NodeManager-topo
 Version:	0.5
-Release:	5
+Release:	6
 Summary:	Plugin supporting creating a default virtual topology.
 
 Group:		System Environment/Daemons
diff --git a/topo.py b/topo.py
index 03c2636..be68831 100755
--- a/topo.py
+++ b/topo.py
@@ -392,7 +392,7 @@ an 'egre_key' attribute, and a 'topo_rspec' attribute.
 Creating the virtual link depends on the contents of 
 /etc/vservers/<slice>/spaces/net.  Update this first.
 """
-def GetSlivers(data):
+def GetSlivers(data, config = None, plc = None):
     global ifaces, old_ifaces
     ifaces = old_ifaces = sioc.gifconf()
 
-- 
2.47.0