From a082e868b607b96049e0adf159c2c7574a177d18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 28 Jun 2010 17:36:06 +0000 Subject: [PATCH] adjustments for revision 18407 --- topo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topo.py b/topo.py index 559d417..63e707b 100755 --- 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 -- 2.43.0