summaryrefslogtreecommitdiff
path: root/configs/topologies/BaseTopology.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/topologies/BaseTopology.py')
-rw-r--r--configs/topologies/BaseTopology.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/topologies/BaseTopology.py b/configs/topologies/BaseTopology.py
index 2390bb5be..bd8ae255e 100644
--- a/configs/topologies/BaseTopology.py
+++ b/configs/topologies/BaseTopology.py
@@ -38,7 +38,7 @@ class BaseTopology(object):
all of the controllers created in the above file.
"""
- def makeTopology(self, options, IntLink, ExtLink, Router):
+ def makeTopology(self, options, network, IntLink, ExtLink, Router):
""" Called from configs/ruby/Ruby.py
The return value is ( list(Router), list(IntLink), list(ExtLink))
The API of this function cannot change when subclassing!!