Reduce routing size for testing

This commit is contained in:
Nico Schottelius 2019-03-14 17:26:40 +01:00
commit 74f5575cd0
2 changed files with 5 additions and 2 deletions

View file

@ -81,7 +81,9 @@ class L2Controller(object):
)
self.v6_routes['router'] = self.v6_routes['base']
self.v6_routes['range_router'] = self.v6_routes['base']
# only 1 route to avoid table duplicate/conflict
self.v6_routes['range_router'] = self.v6_routes['base'][0:1]
self.v4_routes = {}
self.v4_routes[None] = []