adjustments for revision 18407
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 28 Jun 2010 17:36:06 +0000 (17:36 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 28 Jun 2010 17:36:06 +0000 (17:36 +0000)
topo.py

diff --git a/topo.py b/topo.py
index 559d417..63e707b 100755 (executable)
--- a/topo.py
+++ b/topo.py
@@ -374,7 +374,7 @@ def write_egre_keys(slicekeys):
 """
 Executed on NM startup
 """
-def start(options, config):
+def start():
     # Should be taken care of by /etc/sysctl.conf, but it doesn't hurt...
     run ("echo 1 > /proc/sys/net/ipv4/ip_forward")
     pass